Given a date & time, returns the corresponding iso8601 string using UTC “Z” notation, i.e. not adjusted for local time zone (e.g. “2016-09-07T16:55:25.670Z”)
Input Fields
- start: the date & time you want to convert
Output Fields
- output: the output field
Notes:
This function is often unnecessary. When you drag a date & time object into any text input field, it will automatically convert to the ISO UTC “Z” notation format. If you want to get the current date and time, use a Now card. If you need to display a date and time in a specific time zone, use Date to Text.