CCIP-App / CCIP-iOS

A Community Checkin with Interactivity Project for iOS app
https://apps.apple.com/app/id1436417025
GNU General Public License v3.0
52 stars 15 forks source link

Session table not showing time in the device timezone #54

Closed uranusjr closed 1 year ago

uranusjr commented 1 year ago

ref pycontw/pycon.tw#1148

Session table currently shows the time as returned by the API, but does not seem to convert it to the device’s current timezone. This causes the time in the session table to show in whatever timezone the API server returns (UTC for PyCon TW’s case) instead.

The Android client has a different behaviour and converts the time to the client timezone. I think the behaviour can be implemented in either way (respect the server’s timezone or the client’s timezone) since both behaviour has valid use cases, but the two platforms should match, not have different results.

viere1234 commented 1 year ago

Fixed in 53c2161, OPass for iOS 4.2.4