-
Notifications
You must be signed in to change notification settings - Fork 13
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
Problems with setting timezone #17
Comments
Hmm ok, this gives us a clue to work with! We'll take a look and let you know! |
Hi again @greenbreakfast , this time is about timezone with Firefox/Ubuntu 14.04: a- it is always shown as unset, including after a reboot of the omega: b- I can select and validate my timezone: c- after this and a refresh of the web page, it still shows as unset: identical screenshot as in (a). d- when I connect to the Terminal application, I can see that time and date are wrong as well as the timezone is still utc: |
So I did found a bit more about time and time zone. Actually, time and date are setup as seen below.
|
@asez73 In relation to your posts above: Secondly, attempting to set the time zone by changing /etc/TZ doesn't always work as expected. To set the timezone manually, you need to change /etc/config/system a. Hand edit the file /etc/config/system to set the entries option timezone and option zonename in the config system section to appropriate values (see later). b. Use uci set and uci commit commands as follows(see later for actual values for and ): The timezone and zonename values that should be used can be discovered from the file /www/apps/onion-settings/onion-settings-general.html in the definition of timezones from line 93 onwards. I deduce from the screen shots you show above that you need: Hope this all helps. |
Yep, everything @KitBishop said is correct. We will be fixing the browser issues within the next two or three weeks. I'll make sure to ping you guys to confirm it works on your end then. For now, please use Chrome for the best Omega Console experience |
@KitBishop , thank's for your help, it worked correctly (editor method and cut/paste in /etc/config/system) with a slight detail: The console settings displays Berlin, while /etc/config/system says Brussels... That the first zonename for the timezone: it's not really important anyway as far as time and daylight savings are correct. So thank's again. |
@greenbreakfast , yes I think this would make life simpler. However, life without Google is not uninteresting also 😈 |
@asez73 Glad it worked for you :-)
|
If you don't have console installed, you can access the file from here: |
This is by way of re-opening issue: #14
Further testing shows that the issue is browser dependent:
Firefox - setting time zone does NOT work
Microsoft Edge - setting time zone does NOT work
Chrome - setting time zone DOES work
The text was updated successfully, but these errors were encountered: