EarthScope / ringserver

Apache License 2.0
30 stars 16 forks source link

datetimes to use 'T' separator for strict ISO8601 conformance #32

Open crotwell opened 2 years ago

crotwell commented 2 years ago

Dates in INFO STATUS, etc, look like 2021-10-25 14:02:04.060115 which is almost but not quite ISO format. Would be nice to standardize all dates to use iso8601, replace the space with a 'T'.

Also, include Z on dates so timezone is not ambiguous.

chad-earthscope commented 2 years ago

Yep, pure ISO 8601 would be better.

For what it's worth, it is allowed in RFC 3339, which is a profile of ISO 8601.