-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
See more here: https://github.com/BCODMO/ERDDAP-BCODMO/issues/17
date_format would allow DMs to specify the format of any date parameter in the metadata
date_format_convention would specify the convention used in date_format
example:
units = unitless
date_format = "M/d/yyyy"
date_format_convention = "Java DateTimeFormatter"
or
units = unitless
date_format = "%m/%d/%Y"
date_format_convention = "Python datetime strftime"
Similarly,
time_format = the format of the time parameter
time_format_convention = the convention used in time_format
Also, add a time_zone field for any time parameter. (make list a controlled vocab)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels