mattjohnsonpint / SqlServerTimeZoneSupport

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

Possible to load subset of time zone database? #15

Open spmacdonald opened 8 years ago

spmacdonald commented 8 years ago

Is it possible to only load a specific timezone or list of timezones? I would like to export the populated tzdb schema to use as a migration, but do not require all of the definitions. The full export is around 15MB.

Thanks for the great project, finding it very useful.