Skip to content

Instantly share code, notes, and snippets.

@ltOgt
Created September 9, 2022 19:06
Show Gist options
  • Save ltOgt/e5b815f76ce822c9181db85b61dfebfe to your computer and use it in GitHub Desktop.
Save ltOgt/e5b815f76ce822c9181db85b61dfebfe to your computer and use it in GitHub Desktop.
Used DateTime iso strings as keys and had some issues when moving between platforms
//MAC: 2022-08-03T21:26:45.749
//WEB: 2022-08-03T21:24:00.175
//DATA: 2022-04-14T18:00:49.290978
//LINUX: 2022-08-03T21:29:15.553488
print(DateTime.now().toIso8601String());
print(DateTime.parse("2022-08-03T21:29:15.553488").toIso8601String());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment