@@ -1009,16 +1009,15 @@ For additional rules, see below:
1009
1009
Describing dates and timestamps:
1010
1010
1011
1011
- Date time information MUST be expressed in the following format
1012
- ` YYYY-MM-DDThh:mm:ss[.000000][Z] ` (year, month, day, hour (24h), minute ,
1013
- second, optional fractional seconds, and optional UTC time indicator ).
1012
+ ` YYYY-MM-DDThh:mm:ss[.000000][Z|+hh:mm|-hh:mm ] ` (year, month, day, hour (24h),
1013
+ minute, second, optional fractional seconds, and optional time offset ).
1014
1014
This is almost equivalent to the [ RFC3339] ( https://tools.ietf.org/html/rfc3339 )
1015
- "date-time" format, with the exception that UTC indicator ` Z ` is optional and
1016
- non-zero UTC offsets are not indicated.
1017
- If ` Z ` is not indicated, time zone is always assumed to be the local time of the
1018
- dataset viewer.
1015
+ "date-time" format, with the exception that UTC offsets are OPTIONAL.
1016
+ If no time offset is indicated,
1017
+ time zone is always assumed to be the local time of the dataset viewer.
1019
1018
No specific precision is required for fractional seconds, but the precision
1020
1019
SHOULD be consistent across the dataset.
1021
- For example ` 2009-06-15T13:45:30 ` .
1020
+ For example ` 2009-06-15T13:45:30+01:00 ` .
1022
1021
1023
1022
- Time stamp information MUST be expressed in the following format:
1024
1023
` hh:mm:ss[.000000] `
0 commit comments