Commit e2b984e
committed
fix: wrong timezone in android calendar
The tzname and tznamedst in timezone blob confuses some android
devices, so that they fallback to Greenwich Mean Time timezone
even though the other data in timezone blob contains the correct
information of the selected timezone (e.g. Central European
Standard Time). Setting tzname and tznamedst to empty strings
mitigates this issue.1 parent 9aa611d commit e2b984e
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
1278 | | - | |
| 1278 | + | |
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
| |||
1452 | 1452 | | |
1453 | 1453 | | |
1454 | 1454 | | |
1455 | | - | |
1456 | | - | |
1457 | | - | |
1458 | | - | |
1459 | | - | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
1460 | 1459 | | |
1461 | 1460 | | |
1462 | 1461 | | |
| |||
0 commit comments