Created
September 9, 2022 19:06
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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