time_now_utc¶
Signature¶
time_now_utc()
Description¶
Returns current UTC time in RFC 3339 format.
Examples¶
Non-deterministic output
The time_now_utc function returns the current UTC time and produces a different value each call.
# returns the current UTC time in RFC 3339 format, e.g. '2024-01-15T10:30:00Z'
time_now_utc()