Difference: VarGMTIME2 (1 vs. 5)

Revision 52012-11-13 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"

GMTIME{"format"} -- formatted GM time

Line: 23 to 23
 
$epoch Number of seconds since 00:00 on 1st January, 1970 1711667336
  • Variables can be shortened to 3 characters
  • Example: %GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 28 Mar, 2024 - 23:08:56
Changed:
<
<
  • ALERT! 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.
>
>
 
Deleted:
<
<

Revision 42010-06-03 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"
Deleted:
<
<
 

GMTIME{"format"} -- formatted GM time

  • Syntax: %GMTIME{"format"}%
  • Supported variables:
Line: 17 to 16
 
$mo 2 digit month 12
$year 4 digit year 1999
$ye 2 digit year 99
Changed:
<
<
$tz either "GMT" (if set to gmtime), or "Local" (if set to servertime) GMT
>
>
$tz either "GMT" (if set to gmtime),
or offset such as "-0700" (if set to servertime)
GMT
 
$iso ISO format timestamp 2024-03-28T23:08:56Z
$rcs RCS format timestamp 2024/03/28 23:08:56
$http E-mail & http format timestamp Thu, 28 Mar 2024 23:08:56 GMT

Revision 32007-03-19 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"
Line: 13 to 13
 
$wday day of the Week (Sun, Mon, Tue, Wed, Thu, Fri, Sat) Thu
$dow day of the week (Sun = 0) 2
$week number of week in year (ISO 8601) 34
Changed:
<
<
$month month in ISO format Dec
>
>
$month short name of month Dec
 
$mo 2 digit month 12
$year 4 digit year 1999
$ye 2 digit year 99
Line: 25 to 25
 
  • Variables can be shortened to 3 characters
  • Example: %GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 28 Mar, 2024 - 23:08:56
  • ALERT! 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.
Changed:
<
<
>
>
 

Revision 22006-09-22 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiVariables"
Line: 25 to 25
 
  • Variables can be shortened to 3 characters
  • Example: %GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 28 Mar, 2024 - 23:08:56
  • ALERT! 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.
Changed:
<
<
>
>
 

Revision 12005-03-27 - TWikiContributor

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TWikiVariables"

GMTIME{"format"} -- formatted GM time

  • Syntax: %GMTIME{"format"}%
  • Supported variables:
    Variable:
    <-- -->
    Sorted ascending
    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 1711667336
    $hours hours 23
    $http E-mail & http format timestamp Thu, 28 Mar 2024 23:08:56 GMT
    $iso ISO format timestamp 2024-03-28T23:08:56Z
    $minutes minutes 59
    $mo 2 digit month 12
    $month month in ISO format Dec
    $rcs RCS format timestamp 2024/03/28 23:08:56
    $seconds seconds 59
    $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
    $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 28 Mar, 2024 - 23:08:56
  • ALERT! 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.
  • Related: DISPLAYTIME, GMTIME, SERVERTIME
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarGMTIME2.