Skip to content

Instantly share code, notes, and snippets.

@clairernovotny
clairernovotny / Util.cs
Created October 15, 2012 22:55
TimeZone Conversion for NetCore - Obsolete - Use the WinRTTimeZones Nuget package for the latest
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
// OBSOLETE!!! Use the Nuget WinRTTimeZones package for the latest or
// get the code at https://github.com/onovotny/WinRTTimeZones
namespace TimeZoneUtils