%GMTIME% OR %GMTIME{"format"}%
%GMTIME% uses the default date format defined by the {DefaultDateFormat} setting in configure | Token: | Unit: |  Example | 		
|---|---|---|
 $mo  | 			2 digit month | 12 | 
 $epoch  | 			Number of seconds since 00:00 on 1st January, 1970 | 1762216996 | 
 $year  | 			4 digit year | 1999 | 
 $dow  | 			day of the week (Sun = 0) | 2 | 
 $iso  | 			ISO format timestamp | 2025-11-04T00:43:16Z | 
 $rcs  | 			RCS format timestamp | 2025/11/04 00:43:16 | 
 $hours  | 			hours | 23 | 
 $day  | 			day of month | 31 | 
 $week  | 			number of week in year (ISO 8601) | 34 | 
 $seconds  | 			seconds | 59 | 
 $minutes  | 			minutes | 59 | 
 $ye  | 			2 digit year | 99 | 
 $month  | 			short name of month | Dec | 
 $tz  | 			either "GMT" (if set to gmtime), or "Local" (if set to servertime) | GMT | 
 $wday  | 			day of the Week (Sun, Mon, Tue, Wed, Thu, Fri, Sat) | Thu | 
 $http  | 			E-mail & http format timestamp | Tue, 04 Nov 2025 00:43:16 GMT | 
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 04 Nov, 2025 - 00:43:16
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.