[TIMOB-3989] iOS: Controls>Picker>Time Picker - output time/date wrong seems wrong
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-17T16:03:15.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-19 |
Components | iOS |
Labels | picker, time |
Reporter | Thomas Huelbert |
Assignee | Jacob Relkin |
Created | 2011-05-06T19:02:48.000+0000 |
Updated | 2011-05-17T22:08:06.000+0000 |
Description
1. Controls>Picker>Time Picker
2. tap a time, check the time values
results: +00000
expected value off gmt - 7 I believe
exists in 1.6.2, seems verizon iphone specific
also note that this behavior affect controls > picker > date/time picker
This was a bug with the KitchenSink test itself. Updated the KitchenSink test to use the Date object's
toLocaleString
method for consistent output across various devices.Bravo. Fixed on both verizon and At&t iPhone 4 (previously one showed GMT, one showed GMT -7). Now both show time for current locale. Also checked on iPod and changed location to Boston. Time was accurate in all cases. Closing.