Skip to content

Commit

Permalink
date range updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bkatiemills committed Dec 3, 2024
1 parent f42542a commit 8dc7b2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argovisHelpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ def slice_timesteps(options, r):
# plus a day vs the API, just to make sure we don't artificially cut off
last_records = {
'argo': datetime.datetime.now(),
'cchdo': parsetime("2024-03-28T05:31:00Z"),
'cchdo': parsetime("2024-03-29T05:31:00Z"),
'drifters': parsetime("2020-07-01T23:00:00.000Z"),
'tc': parsetime("2020-12-26T12:00:00.000Z"),
'tc': parsetime("2020-12-28T12:00:00.000Z"),
'argotrajectories': parsetime("2021-01-02T01:13:26.000Z"),
'easyocean': parsetime("2022-10-17T00:00:00.000Z"),
'grids/rg09': parsetime("2022-05-16T00:00:00.000Z"),
'grids/rg09': parsetime("2024-10-16T00:00:00.000Z"),
'grids/kg21': parsetime("2020-12-16T00:00:00.000Z"),
'grids/glodap': parsetime("1000-01-02T00:00:00.000Z"),
'timeseries/noaasst': parsetime("2023-01-30T00:00:00.000Z"),
Expand Down

0 comments on commit 8dc7b2d

Please sign in to comment.