public package
Foswiki::Time StaticMethod
parseTime( $szDate, $defaultLocal ) → $iSecs $sDate
- date/time string
StaticMethod
formatTime ($epochSeconds, $formatString, $outputTimeZone) → $value $epochSeconds
epochSecs GMT
$formatString
Foswiki time date format, default $day $month $year - $hour:$min
$outputTimeZone
timezone to display, gmtime
or servertime
, default is whatever is set in $Foswiki::cfg{DisplayTimeValues}
$formatString
supports:
$seconds | secs |
$minutes | mins |
$hours | hours |
$day | day |
$wday | weekday name |
$dow | day number (0 = Sunday) |
$week | week number |
$we | week number (~ISO 8601) |
$month | month name |
$mo | month number |
$year | 4-digit year |
$ye | 2-digit year |
$http | ful HTTP header format date/time |
full email format date/time | |
$rcs | full RCS format date/time |
$epoch | seconds since 1st January 1970 |
$tz | Timezone name (GMT or Local) |
$isotz | ISO 8601 timezone specifier e.g. 'Z, '+07:15' |
StaticMethod
formatDelta( $s ) → $string StaticMethod
parseInterval( $szInterval ) → [$iSecs, $iSecs] $szInterval
- time interval string
interval ::= date { $$.start = fillStart($1); $$.end = fillEnd($1); } | date '/' date { $$.start = fillStart($1); $$.end = fillEnd($3); } | 'P' duration '/' date { $$.start = fillEnd($4)-$2; $$.end = fillEnd($4); } | date '/' 'P' duration { $$.start = fillStart($1); $$.end = fillStart($1)+$4; } ;an
interval
may be followed by a timezone specification string (this is not supported yet).
duration
has the form (regular expression):
P(<number><nameOfDuration>)+nameOfDuration may be one of:
date
follows ISO8601 and must include hyphens. (any amount of trailing
elements may be omitted and will be filled in differently on the
differents ends of the interval as to include the longest possible
interval):
![]() |
© 2025 D.Soost & D.Marxsen - All rights reserved © Of all articles by authors Trademarks are the property of their respective owners © Logo by Wikipedia, modified by Administrator | Impressum Disclaimer Datenschutzerklärung |