date(value)
Convert the given object or ISO8601 string to a date
dateAdd(date, duration)
Add a given duration (ISO8601 format) to the given date
dateDiff(unit, start, end?)
Returns the difference between the two dates in the given unit (millisecond, second, minute, hour, day, week)
dateFromMs(value)
Converts a count of milliseconds since the unix epoch to a date
delayMs(ms, value)
Returns the given value after delaying for the specified number of milliseconds
formatDate(date, format)
Format a given date according to a given format (see https://momentjs.com/docs/#/displaying/format/)
now(None)
Returns the current time as an ISO 8601 string
nowMs(None)
Returns the current time as a count of milliseconds since the unix epoch
timeMs(date)
Returns the count of milliseconds since the unix epoch for the provided value