Skip to content

Instantly share code, notes, and snippets.

@rseward
Last active February 14, 2025 00:16
Show Gist options
  • Save rseward/8a0179daa78600765526a45d0048ae62 to your computer and use it in GitHub Desktop.
Save rseward/8a0179daa78600765526a45d0048ae62 to your computer and use it in GitHub Desktop.
json-dates
{
"description": "RIDE dataset to test date strings transformations",
"update_date": "02/13/2025 10:00:00+0000",
"nested_list": [
{"name": "thing1", "date": "01/01/2022 10:00:00+0000"}
]
}
@rseward
Copy link
Author

rseward commented Feb 14, 2025

{"name": "thing2", "date": "01/01/2022 11:00:00+0000"},
{"name": "thing3", "date": "01/01/2022 12:00:00+0000"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment