Bug 1224212 - JeOS firstboot select America/New York as default timezone
Summary: JeOS firstboot select America/New York as default timezone
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-14 12:00 UTC by Felix Niederwanger
Modified: 2024-05-27 06:10 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!