Closed donald-sick closed 6 months ago
Thank you for your bug report! So far we just created these timezones as in the past there was an issue, that not all possible timezones (like 'Australia/Melbourne') were accepted by all devices, so we just limited the scope to these "Etc/GMT" zones. But I will check this issue again and will try to find out if this can be improved / fixed.
Hi!
I pushed a new version of the DateTime module, see this PR In this version it is possible to set a custom timezone via UI. The UI will respond if it was successful or not. So it should be possible to use e.g. "Australia/Melbourne" as timezone now.
Beside of this, 2 more things:
Tested the new version.
Expected behaviour: The input box won't change and dropdown is set to 'Australia/Melbourne'
Please check following steps:
Tested on SIM2500, everything works as expected. My previous test was on emulator which doesn't have permission to change Windows timezone I guess.
That sounds great! After an internal review this update will be merged. Kind regards!
2 issues:
CSK module:
AppSpace device used:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Select Australia/Melbourne in the list instead of GMT+10. Time Zone will change between GMT+10 and GMT+11 for day light saving.
Additional context
DateTime.setTimeZone() supports IANA tz database format. The string 'GMT+1' is not IANA tz database format. So the design is wrong.