none
authorPeterThoeny <PeterThoeny>
Mon, 29 May 2000 09:01:12 +0000 (09:01 +0000)
committerPeterThoeny <PeterThoeny>
Mon, 29 May 2000 09:01:12 +0000 (09:01 +0000)
TWiki/TWikiHistory.mdwn
TWiki/TWikiVariables.mdwn

index e0975ac..31c4b0c 100644 (file)
@@ -67,6 +67,8 @@
 - [[PeterThoeny]] - 21 Apr 2000: New [[TWikiVariables]] `%HTTP_HOST%` , `%REMOTE_ADDR%` , `%REMOTE_PORT%` and `%REMOTE_USER%` .
 - [[KevinKinnell]] - 02 May 2000: Advanced search (under construction)
 - [[PeterFokkinga]] - 15 May 2000: Each topic can have its own template file. [[TWikiTemplates]] has more.
+- [[PeterThoeny]] - 28 May 2000: Lock warning shows remaining lock time in minutes.
+- [[PeterThoeny]] - 29 May 2000: New `%GMTIME%` variable that shows the current GM time.
 
 **Related Topics**
 
@@ -74,4 +76,4 @@
 - [[TWikiPlannedFeatures]] has a list of planned features.
 - [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests.
 
--- [[PeterThoeny]] - 22 May 2000 <br />
+-- [[PeterThoeny]] - 29 May 2000 <br />
index 3fd35dc..e929469 100644 (file)
@@ -59,7 +59,11 @@ TWiki expands the following variables enclosed in % percent signs:
   </tr>
   <tr>
     <td><code>%DATE%</code></td>
-    <td> Todays date, is <b>29 Jun 2010</b></td>
+    <td> Todays date (local server time), is <b>29 Jun 2010</b></td>
+  </tr>
+  <tr>
+    <td><code>%GMTIME%</code></td>
+    <td> Todays date (GM time), is <b>29 Jun 2010 - 15:24</b></td>
   </tr>
   <tr>
     <td><code>%HTTP_HOST%</code></td>
@@ -178,4 +182,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in
   </tr>
 </table>
 
--- [[PeterThoeny]] - 21 Apr 2000 <br />
+-- [[PeterThoeny]] - 29 May 2000 <br />