TimestampToString
- Namespace
- ZPlatform
FUNCTION TimestampToString (
[input] timestamp : ULINT,
[inout] str : ZCore.ZString)
converts a unix timestamp into a string with following format "YYYY-MM-DD-hh:mm:ss.xxx" The placeholders may get the following numbers YYYY: year (1601..9999) MM: month (01..12) DD: day (01..31) hh: hour (00..23) mm: minutes (00..59) ss: seconds (00..59) xxx: milliseconds (000..999)
Inputs
InOuts
strZString