Skip to content

Instantly share code, notes, and snippets.

@deanhume
Created July 31, 2012 08:18
Show Gist options
  • Save deanhume/3214868 to your computer and use it in GitHub Desktop.
Save deanhume/3214868 to your computer and use it in GitHub Desktop.
Time Zone Info Class
// Time zones
ReadOnlyCollection<TimeZoneInfo> timeZones = TimeZoneInfo.GetSystemTimeZones();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment