-
Notifications
You must be signed in to change notification settings - Fork 669
Hwclock/Tz - disclaimer and display #4002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
When UTC default -> Show RTC When tz selected -> Hide RTC
| parallel_downloads: int = 0 | ||
| swap: bool = True | ||
| timezone: str = 'UTC' | ||
| timezone: str | None = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not leaving it here as default with all the others?
| output = f'{tr("Timezone")}: {item.value}' | ||
| return output | ||
| else: | ||
| # Show RTC time when no timezone is selected yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When would that happen? Isn't UTC always used as a default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically I thought it would avoid a lot of errors just to set to None + mandatory=True because it forces user not to skip this step. Do let me know if I over-edited something (first time making changes to json cfg template).
I also thought that RTC time is relevant here for people doing offline installs using archiso fully cached
Didn't find too much about this in the common issues/docs and have seen this countless times on reddit/other forums...
Why I thought it was good idea to have it in FAQ (with some more useful info) and also a visual in the TUI.
Tests:
Performed a few basics test to show concept:
None+mandatory=True