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

Timezone improvements #19

Closed philvessey closed 4 years ago

philvessey commented 4 years ago

Replaced UtcNow to a time settable by the user. Switched to NodaTime so the library runs everywhere, not just Windows. New library created to handle local GTFS data either in a directory or zip files.