Bugzilla – Bug 1224212
JeOS firstboot select America/New York as default timezone
Last modified: 2024-05-27 06:10:44 UTC
In the current TW MinimalVM image, the default selected timezone is now America/New York but it should be UTC.
Previously it was UTC because of a bug: The previous data set has US/Eastern as default TZ for en_US, but that's only an alias which is not part of the timezone dialog options. So it used the first option (UTC) as default. As using UTC makes sense in this case I made that behaviour explicit: https://build.opensuse.org/request/show/1176741
Thank you Fabian!