> > |
META TOPICPARENT |
name="TWikiVariables" |
GMTIME{"format"} -- formatted GM time
- Syntax:
%GMTIME{"format"}%
- Supported variables:
Variable:<-- --> | Unit: | Example | $day | day of month | 31 | $dow | day of the week (Sun = 0) | 2 | $epoch | Number of seconds since 00:00 on 1st January, 1970 | 1744072228 | $hours | hours | 23 | $http | E-mail & http format timestamp | Tue, 08 Apr 2025 00:30:28 GMT | $iso | ISO format timestamp | 2025-04-08T00:30:28Z | $minutes | minutes | 59 | $mo | 2 digit month | 12 | $month | short name of month | Dec | $rcs | RCS format timestamp | 2025/04/08 00:30:28 | $seconds | seconds | 59 | $tz | either "GMT" (if set to gmtime), or offset such as "-0700" (if set to servertime) | GMT | $wday | day of the Week (Sun, Mon, Tue, Wed, Thu, Fri, Sat) | Thu | $week | number of week in year (ISO 8601) | 34 | $ye | 2 digit year | 99 | $year | 4 digit year | 1999 |
- Variables can be shortened to 3 characters
- Example:
%GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 08 Apr, 2025 - 00:30:28
- Note: When used in a template topic, this variable will be expanded when the template is used to create a new topic. See TWikiTemplates#TemplateTopicsVars for details.
- Category: DateAndTimeVariables
- Related: DISPLAYTIME, GMTIME, REVINFO, SERVERTIME
|