Bug 1224212

Summary: JeOS firstboot select America/New York as default timezone
Product: [openSUSE] openSUSE Tumbleweed Reporter: Felix Niederwanger <felix.niederwanger>
Component: OtherAssignee: E-mail List <jeos-internal>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: fvogt
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Felix Niederwanger 2024-05-14 12:00:18 UTC
In the current TW MinimalVM image, the default selected timezone is now America/New York but it should be UTC.
Comment 1 Fabian Vogt 2024-05-24 13:10:48 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
Comment 2 Felix Niederwanger 2024-05-27 06:10:44 UTC
Thank you Fabian!