Skip to content

Instantly share code, notes, and snippets.

@s0nerik
Created September 21, 2022 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s0nerik/d44c6c39634bc4912425ae9b6b7d8f03 to your computer and use it in GitHub Desktop.
Save s0nerik/d44c6c39634bc4912425ae9b6b7d8f03 to your computer and use it in GitHub Desktop.
amber-fauna-4028
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