parseToTimestamp - Parse a timestamp from a string
Deprecated: use parseTimestamp
instead
Parses a timestamp from string
with an optional format specification and time zone override. See parseTimestamp
for more details.
Syntax
Like many functions in DataPrime, parseToTimestamp
supports two notations, function and method notation. These interchangeable forms allow flexibility in how you structure expressions.
Arguments
Name | Type | Required | Description |
---|---|---|---|
timestamp | string | true | The timestamp string to parse |
format | string | false | The format of the timestamp. Defaults to auto |
tz | string | false | Must be a valid Time Zone string. See Time Zone section to find out more. |
Theme
Light