Skip to content

Add date_format and time_format fields #13

@whshannon

Description

@whshannon

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions