Returns .true.
if given time stamp follows the form of ISO 8601. The
time stamp does not have to be complete to be valid, unless strict
is .true.
. Then, argument time
must be 32-characters long.
Otherwise, the minimum length of a time stamp to be valid is 4
characters, the maximum is 32 characters.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | time |
ISO 8601 time stamp to validate. |
||
logical, | intent(in), | optional | :: | strict |
Validate length (must be 32 characters). |