A timestamp string in ISO 8601 format, up to a microsecond precision. For
example: "2024-01-10T16:15:54.615087Z".
Examples
# Format given timestamp as human-readable string# For example, returns "2024-07-12T12:50:33.000000Z"-returnStep:return:${time.format(1720788633,"GMT")}# Or, you can use `sys.now` which returns Unix time-returnStep:return:${time.format(sys.now())}
[[["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-02-06 UTC."],[],[]]