Skip to content

Instantly share code, notes, and snippets.

@AlexVegner
Created July 30, 2020 08:27
Show Gist options
  • Save AlexVegner/7e0f45e02e498d311bc3ef398e84a52c to your computer and use it in GitHub Desktop.
Save AlexVegner/7e0f45e02e498d311bc3ef398e84a52c to your computer and use it in GitHub Desktop.
Dart utc time
void main() {
var now = DateTime.now();
print(now.toUtc());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment