-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Description
We're using the timer labels as countdowns to deadline dates. However, whenever a deadline is in two different days because of timezone differences, the label shows the incorrect number of days remaining.
Example: If a deadline is set to 2016-06-23 1am (UTC), if the device's timezone is UTC-4, the deadline would end at 2016-06-22 9p.m (UTC-4). And instead of the label showing "0d 2h 27m" it shows "1d 2h 27m".
We were able to fix this issue by removing this line that reads.
[_dateFormatter setTimeZone:[NSTimeZone timeZoneWithName:@"GMT"]];However we don't know how this change would impact other users, so we didn't apply for a pull-request yet.
Metadata
Metadata
Assignees
Labels
No labels