Skip to content

Instantly share code, notes, and snippets.

@fat4lix
Created October 30, 2020 10:14
Show Gist options
  • Select an option

  • Save fat4lix/e593a84b9afe8c20676eb52cf2df90f4 to your computer and use it in GitHub Desktop.

Select an option

Save fat4lix/e593a84b9afe8c20676eb52cf2df90f4 to your computer and use it in GitHub Desktop.
void main() {
var d = new DateTime.now();
print(d.toUtc().toIso8601String());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment