title: DATE::UTC section: 1g version: 1.0.1 date: 2025-09-11 author: laplante@plcb.ca
date::utc Converts a given time value (such as one returned by now()
) into UTC format.
date::utc or utc(time)
Converts a given time value (such as one returned by now()
) into UTC format.
res={{
t := now();
t;
utc(t);
}}.
→ 2023-10-23 18:00:34.425855 +0200 CEST m=+0.007845126
2023-10-23 16:00:34.425855 +0000 UTC
laplante@plcb.ca