Swetugg / swetugg-backoffice

Swetugg website and admin pages
MIT License
3 stars 7 forks source link

Hard-coded date/time format and timezone. #170

Open andlju opened 2 years ago

andlju commented 2 years ago

On these lines we hard-code the date/time format for the Swetugg Now API. We had to do this because the default format didn't work on some mobile phones. However, we also now hard-code the timezone. This is obviously not optimal....

https://github.com/Swetugg/swetugg-web/blob/a863bc9d3672a05d22a6cbad93badcbbc2d77937/src/Swetugg.Web/Controllers/ScheduleApiController.cs#L98-L99

https://github.com/Swetugg/swetugg-web/blob/a863bc9d3672a05d22a6cbad93badcbbc2d77937/src/Swetugg.Web/Controllers/ScheduleApiController.cs#L107-L108