[[["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-09-04 UTC."],[],[],null,["# Function: sys.now\n\nReturns Unix time, as a floating-point number.\n\nThe returned value has nanosecond precision.\n\nIt is not guaranteed to be monotonic.\n\nReturns\n-------\n\nUnix time, as a floating-point number of seconds elapsed since Epoch\n(00:00:00 UTC on 1 January 1970).\n\nExamples\n--------\n\n```yaml\n# Return Unix time as a floating-point number\n# For example, returns `1715172805.2818468`\n- returnStep:\n return: ${sys.now()}\n```"]]