Skip to content

Date.Parse

Name Mandatory Description Default Type
⬅️ Input A date/time string to parse. String
Output ➡️ The epoch timestamp in seconds (UTC). Int
Format No An optional strftime format string. If not set, the shard auto-detects common formats (RFC 3339, ISO 8601, and other common date/time formats). none String

Parses a date/time string into an epoch timestamp (seconds). Auto-detects RFC 3339, ISO 8601, and other common formats. An optional Format parameter can force a specific strftime format.