Skip to content

Instantly share code, notes, and snippets.

@bojanbjelic
Created December 2, 2014 14:07
Show Gist options
  • Save bojanbjelic/3f995b426c2f0d9039a6 to your computer and use it in GitHub Desktop.
Save bojanbjelic/3f995b426c2f0d9039a6 to your computer and use it in GitHub Desktop.
date time UTC in ISO format
DateTime.Now.ToUniversalTime().ToString("o");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment