mattjohnsonpint / TimeZoneNames

Provides a complete source of localized time zone names and abbreviations.
MIT License
196 stars 32 forks source link

Fixes #31: Changes TimeZoneData Load() to use JsonSerializer.Create()… #33

Closed lundmikkel closed 6 years ago

lundmikkel commented 6 years ago

… instead of JsonSerializer.CreateDefault() to avoid serializer using custom user settings.

mattjohnsonpint commented 6 years ago

Yep. Makes sense! Will merge and release soon. Thanks.

lundmikkel commented 6 years ago

Ping :)

mattjohnsonpint commented 6 years ago

Sorry for the delay. I'll push a release today, with this change included. Thanks.

mattjohnsonpint commented 6 years ago

Released in version 3.2.0. Again, sorry for the delays.