-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Not sure if this is a problem, but I think dates are millisecond precision in javascript, and so saying that the fdsn-date-time is
format: date-time
and that the format is
YYYY-MM-DDThh:mm:ss[.SSSSSS]
might be a problem as a default parser in javascript and likely java and other languages will only be able to handle
YYYY-MM-DDThh:mm:ss[.SSS]
It might be better to define the fdsn-date-time in a way that uses a millisecond ISO 8601 format date plus an extarnally defined 0-999 microseconds.
Metadata
Metadata
Assignees
Labels
No labels