Project

General

Profile

Actions

$ctime » History » Revision 3

« Previous | Revision 3/6 (diff) | Next »
Per Amundsen, 01/30/2023 01:55 AM


Added in 1.8.10

$ctime

Returns total number of seconds elapsed since 00:00:00 GMT, January 1, 1970 based on your system time.


$ctime.ff

Returns only the milliseconds elapsed since 00:00:00 GMT, January 1, 1970 based on your system time.


$ctime(text)

Returns the number of seconds elapsed since 00:00:00 GMT, January 1, 1970 based on the date that you specify.

Parameters

text - Date/Time text to parse.

Example

//echo -ag $ctime(January 1 1970 00:00:00)
//echo -ag $ctime(15/7/89 01:30:37)

Updated by Per Amundsen over 1 year ago · 3 revisions

Also available in: PDF HTML TXT