Converts ISO 8601 time stamp time
with time zone to ISO 8601 time
stamp in UTC. On error, utc
may be 1970-01-01T00:00:00.000000+00:00
.
The function returns the following error codes:
E_INVALID
if time
is invalid.E_SYSTEM
if system call failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=TIME_LEN), | intent(in) | :: | time |
ISO 8601 time stamp. |
||
character(len=TIME_LEN), | intent(out) | :: | utc |
ISO 8601 time stamp in UTC. |