Returns 32-characters long time stamp string in ISO 8601/RFC 3339 of
the form 1970-01-01T00:00:00.000000+00:00. Optional argument
zone sets the time zone and has to be of the form [+|-]hh:mm,
for example, +00:00 or -01:00.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | optional | :: | year |
Year ( |
|
| integer, | intent(in), | optional | :: | month |
Month ( |
|
| integer, | intent(in), | optional | :: | day |
Day of month ( |
|
| integer, | intent(in), | optional | :: | hour |
Hour ( |
|
| integer, | intent(in), | optional | :: | minute |
Minute ( |
|
| integer, | intent(in), | optional | :: | second |
Second ( |
|
| integer, | intent(in), | optional | :: | usecond |
Microsecond ( |
|
| character(len=6), | intent(in), | optional | :: | zone |
Timezone ( |