TimeRfc3339$

Takes two parameters, Source, Options

Description:

Converts the Source Unix time to RFC3339 Date Time, which matches Moxie.Build's [DateTime] attribute.

The Source parameter must be a proper Unix time value, with fractional seconds optional.

Options

The following Options are available and may be space-separated for valid combinations. The default if blank is to return Date Time in local time (the operating system's configured time zone), space separated, with milliseconds included if the input Unix time includes fractional seconds.

This Top Query function is also available as a function in the Work Query Time command.

Examples:

[New] UnixToLoc   = TimeRfc3339$ 1762329120
[New] UnixToUtc = TimeRfc3339$ 1762329120, "Z"