horsemeat / dublin-bus-tracker

Simple app to show the next Dublin Bus on a dashboard.
GNU Affero General Public License v3.0
1 stars 3 forks source link

Time zone should be taken into consideration #13

Closed tabman83 closed 9 years ago

tabman83 commented 9 years ago

When the application is running on a server whose timezone differs from GMT (the Dublin Bus website timezone) then the time difference calculations mess up.

Please obtain the current date as UTC and convert the Dublin bus times to UTC, then carry out any further processing.

This can be replicated on the OpenShift environment.