Skjutsgruppen / skjutsgruppen-reactnative

React native app for Skjutsgruppen http://www.skjutsgruppen.nu/
MIT License
22 stars 7 forks source link

Different time stamps on ride in app and web version of card #586

Open MattiasJay opened 5 years ago

MattiasJay commented 5 years ago

This has not been any problem before, has something changed @anjesh @anjhero @ruchidhami @umuieme ?

Ride in app: GitHawk Upload by MattiasJay

Web version of the same ride: GitHawk Upload by MattiasJay

Sent with GitHawk

ruchidhami commented 5 years ago

Hello @MattiasJay , Because of the time zone the date are different. In app, date is display as user time zone and in web date is display as GMT:00.

MattiasJay commented 5 years ago

Hi again @ruchidhami , can you explain this a bit more? I have the same time zone for both web and app, and use both the app and the webpage in Sweden. @anjesh

ruchidhami commented 5 years ago

Hi @MattiasJay, In app, time has been be taken from mobile time zone but in webpage time has been taken from database which is in GMT:00 format rather than from the web time zone. For the time zone of webpage, we have to research for that and will take time to implement.

MattiasJay commented 5 years ago

ok @ruchidhami . What's your suggested research steps?