TimeStringToEpoch
InStore util to convert an ISO8601 timestamp to integer epoch time.
Utils.TimeStringToEpoch
function
(iso_string)
Get the epoch timestamp integer from an ISO8601 string timestamp. Returns an integer
representing epoch time.
Arguments
Field
Type
Description
iso_string
string
ISO8601 string timestamp to convert
Example Script
Last updated