mattjohnsonpint / SqlServerTimeZoneSupport

IANA Time Zone Support for Microsoft SQL Server
MIT License
193 stars 45 forks source link

Support Microsoft time zones #1

Open mattjohnsonpint opened 9 years ago

mattjohnsonpint commented 9 years ago

Need to add Microsoft Windows time zones to the links table.

jmelosegui commented 8 years ago

+1 for this issue and thank you so much for sharing this project !!!

mattjohnsonpint commented 8 years ago

No problem. Keep in mind that SQL 2016 will support Windows time zones natively, so you may not actually need this if you can upgrade.

Still, will do at some point.

xjpmauricio commented 8 years ago

Is it possible to use exclusively the Microsoft timezones (timezones names conventions) and if so, how can I load them?

PS: I know about the new features in 2016 (cannot use them). Great project!

mattjohnsonpint commented 8 years ago

I'll work on added support for them soon, and will have a flag to the import utility to control whether you want IANA, Microsoft, or both.

dimula commented 6 years ago

Great project! Thanks. Any news about Windows Time Zone support?