Skip to content
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

Some timezones not available in selector #1280

Open
marvinruder opened this issue Sep 19, 2023 · 0 comments
Open

Some timezones not available in selector #1280

marvinruder opened this issue Sep 19, 2023 · 0 comments

Comments

@marvinruder
Copy link

marvinruder commented Sep 19, 2023

I would like to use ProjectSend in UTC timezone. However, likely due to the condition in

if ($continent == 'Africa'
|| $continent == 'America'
|| $continent == 'Antarctica'
|| $continent == 'Arctic'
|| $continent == 'Asia'
|| $continent == 'Atlantic'
|| $continent == 'Australia'
|| $continent == 'Europe'
|| $continent == 'Indian'
|| $continent == 'Pacific'
) {
the timezone Etc/UTC is not rendered as an option in the timezone selector at /options.php?section=general.

When I manually set timezone to Etc/UTC in the tbl_options database table, it appears to be respected, but the selector shows the first option Africa/Abidjan as selected and also stores that value everytime I want to change different settings on the same page.

Would it be possible to add all available time zones to the selector, perhaps grouped in an Other section?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant