_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(text)* Returns the number of seconds elapsed since 00:00:00 GMT, January 1, 1970 based on the date that you specify. *Parameters* table(ktable). |*Parameter*|*Description*| | 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)