Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some datetimes end with ZZ #4

Open
pjhartzell opened this issue Jun 30, 2023 · 0 comments
Open

Some datetimes end with ZZ #4

pjhartzell opened this issue Jun 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pjhartzell
Copy link
Contributor

Describe the bug

The occasional start_datetime, end_datetime, or plain datetime ends with a double Z, e.g., 2023-06-13T11:33:10ZZ. This also applies to datetimes that are nested in custom fields, e.g.:

"s5p:o3_tcl": {
    "shape_ccd": [
        80,
        360
    ],
    "shape_csa": [
        8,
        18
    ],
    "troposphere_end_datetime": "2023-06-17T23:48ZZ",
    "stratosphere_end_datetime": "2023-06-19T12:18:48ZZ",
    "troposphere_start_datetime": "2023-06-14T23:04ZZ",
    "stratosphere_start_datetime": "2023-06-13T11:33:10ZZ"

Note the above example of nested datetimes is truncated for brevity.

To reproduce

Create an Item that happens to have some erroneous metadata.

@pjhartzell pjhartzell added the bug Something isn't working label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant