# Parse given RFC 3339-compatible string into a timestamp# For example, returns `1715169660`-returnStep:return:${time.parse("2024-05-08T12:01:00.000000Z")}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Function: time.parse\n\nParses the given RFC 3339-compatible string into a timestamp.\n\nArguments\n---------\n\nReturns\n-------\n\nThe timestamp corresponding to the string, as a floating point number in\nseconds since epoch.\n\nRaised exceptions\n-----------------\n\nExamples\n--------\n\n```yaml\n# Parse given RFC 3339-compatible string into a timestamp\n# For example, returns `1715169660`\n- returnStep:\n return: ${time.parse(\"2024-05-08T12:01:00.000000Z\")}\n```"]]