DATE::UTC 1g 2025-09-11 laplante@plcb.ca GOWEB/DATE


title: DATE::UTC section: 1g version: 1.0.1 date: 2025-09-11 author: laplante@plcb.ca

category: GOWEB/DATE

Name

date::utc Converts a given time value (such as one returned by now()) into UTC format.

SYNOPSIS

date::utc or utc(time)

DESCRIPTION

Converts a given time value (such as one returned by now()) into UTC format.

EXAMPLES

    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

AUTHOR

laplante@plcb.ca

SEE ALSO

VERSION