Topic complex |
Date functions |
Function |
unixtime_to_str() |
Short |
Converts a unix timestamp into a datetime string |
Syntax |
UNIXTIME_TO_STR(timestamp : INTEGER) : STRING |
Parameter |
timestamp: unix timestamp value |
Return |
a string of the format "dd.mm.yyyy_hh:mm:ss" |
See also: |
|
Description |
Example:
UNIXTIME_TO_STR(UNIX_NOW) -> "18.11.2003_09:36:49"
Attention: On Windows systems no timezone or daylight saving are considered.
|