philvessey / NextDepartures

NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally or in an Azure SQL Database. The library will work with any well formed GTFS data set.
MIT License
1 stars 1 forks source link

Replace TimeZoneConverter #12

Closed philvessey closed 4 years ago

philvessey commented 5 years ago

Replace TimeZoneConverter as this only converts IANA time zones to windows time zone formats which makes the library not available for .net developers on iOS and Android or any other none windows platform.

Nodatime is a possible replacement.

philvessey commented 4 years ago

Done and testing working well.