TOML time value (HH:MM:SS.sssssZ…)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | hour | = | -1 | ||
integer, | public | :: | minute | = | -1 | ||
integer, | public | :: | msec | = | -1 | ||
integer, | public | :: | second | = | -1 | ||
character(len=:), | public, | allocatable | :: | zone |
Constructor for toml_time type, necessary due to PGI bug in NVHPC 20.7 and 20.9
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | optional | :: | hour | ||
integer, | intent(in), | optional | :: | minute | ||
integer, | intent(in), | optional | :: | second | ||
integer, | intent(in), | optional | :: | msec | ||
character(len=*), | intent(in), | optional | :: | zone |