Created with <3 with dartpad.dev.
Created
September 21, 2022 10:27
-
-
Save s0nerik/d44c6c39634bc4912425ae9b6b7d8f03 to your computer and use it in GitHub Desktop.
amber-fauna-4028
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
void main() { | |
print(DateTime.now()); | |
print(DateTime.now().toUtc()); | |
print(DateTime.now().difference(DateTime.now().toUtc())); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment