Strips the microseconds part of the given ISO 8601 time stamp and
returns a 25-characters long string. The function does not validate
the time stamp for performance reasons. Make sure that only a valid
32-characters long ISO 8601 time stamp is passed in time
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=TIME_LEN), | intent(in) | :: | time |
ISO 8601 time stamp. |