Skip to content

Commit

Permalink
Fix invalid datetimes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 17, 2024
1 parent 91ad78a commit d364059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/aggregate_temporal_period.json5
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
"2024-02-29T00:00:00Z",
"2024-03-01T00:00:00Z",
"2024-04-10T00:00:00Z",
"2024-11-31T00:00:00Z"
"2024-11-30T00:00:00Z"
]
},
"y": {
Expand Down Expand Up @@ -874,7 +874,7 @@
"2024-04-30T00:00:00Z",
"2024-05-01T00:00:00Z",
"2024-10-10T00:00:00Z",
"2024-11-31T00:00:00Z"
"2024-11-30T00:00:00Z"
]
},
"y": {
Expand Down

0 comments on commit d364059

Please sign in to comment.