- 
    
Bug
 - 
    Resolution: Done
 - 
    
P2: Important
 - 
    5.15.2
 - 
    None
 - 
    Android
 
- 
        
 - 
        6ee13db700eecd8dfed54a9ec2d1081b39511562 (qt/qtbase/dev) 8b1194edea390f5608526a7f15cc562a3f17656b (qt/qtbase/6.0) 083e9fbca268938eaba72af07309adf1d902613a (qt/tqtc-qtbase/tqtc/lts-5.15)
 
QTimeZone behaves badly on Android. Windows works as expected:
auto z = QTimeZone("America/Los_Angeles");
 qDebug() << z.id();    // Returns "Pacific Daylight Time"
auto z2 = QTimeZone(z.id());
 qDebug() << z2.id();   // Returns "GMT"!!!
z.id() should return a valid IANA code ("Pacific Daylight Time" is not correct).
This worked on 5.12.6, so something broke since then.
Did not see any other reports of this in the bug database.