Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Jan 10, 2022 05:59 AM
I’m using the following formula to show date and time for “Facebook event_time field”…
DATETIME_FORMAT({Date},‘YYYY-MM-DDTH:mm:ss’)
I want to add a letter “Z” to the end of the field… so at the moment its returing the event_time as:
2022-01-10T13:02:00
I want it to look like:
2022-01-10T13:02:00Z
Jan 10, 2022 06:24 AM
Just add
& "Z"
to the end of your formula.