fernfly
Posts: 6
Joined: Mon May 01, 2017 12:00 am

Timezone Date/Time

Tue May 02, 2017 7:33 pm

Impossible to set timezone date/time , since the date is not right chomium not responding to secure sight ????htpps
anyone with a solution ????

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Timezone Date/Time

Wed May 03, 2017 5:49 am

Open an lxterminal window and use sudo dpkg-reconfigure tzdata
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

fernfly
Posts: 6
Joined: Mon May 01, 2017 12:00 am

Re: Timezone Date/Time

Wed May 03, 2017 2:26 pm

Tks very much for your reply, but i have tried that several time and the date never change, it show apr.10 2017

wh7qq
Posts: 1450
Joined: Thu Oct 09, 2014 2:50 am

Re: Timezone Date/Time

Wed May 03, 2017 7:15 pm

If you have not done so already, set your preferred time zone in raspi-config or the Configuration GUI on the desktop. You may also have to set your locale correctly. Be sure to save your new configuration...in the GUI, you will have to click on "OK" twice to make it stick. In raspi-config, you must select the general area first, then the specific city/country and both selections require an "OK" and when returning to the main menu, click "Finish" to close it out. If you skip over the "OK"s or "Finish", it probably won't save the new configuration. The change won't show up until you reboot.

SurferTim
Posts: 1769
Joined: Sat Sep 14, 2013 9:27 am
Location: Miramar Beach, Florida

Re: Timezone Date/Time

Wed May 03, 2017 9:07 pm

If the suggestion by wh7qq doesn't work, post the interface you are using. Is it ethernet or wifi? I had a problem with the RPi3 wifi interface and NTP.

fernfly
Posts: 6
Joined: Mon May 01, 2017 12:00 am

Re: Timezone Date/Time

Wed May 03, 2017 9:45 pm

Tks.Possible bug ????
Rasp Pi 3: on Wifi
I have made several attemp using the terminal and the desktop with no success, I also made a total re-install with the same result.
Now I will try using the ethernet cable connected on the router as suggested and report back.

Tks again

SurferTim
Posts: 1769
Joined: Sat Sep 14, 2013 9:27 am
Location: Miramar Beach, Florida

Re: Timezone Date/Time

Wed May 03, 2017 9:58 pm

It will probably work with the ethernet cable. Mine did. The error was wifi only.

Code: Select all

sudo /sbin/iptables -t mangle -I POSTROUTING 1 -o wlan0 -p udp --dport 123 -j TOS --set-tos 0x00
sudo apt-get install iptables-persistent
or add this line to /etc/iptables/rules.v4 just prior to COMMIT

Code: Select all

-A POSTROUTING -o wlan0 -p udp -m udp --dport 123 -j TOS --set-tos 0x00

fernfly
Posts: 6
Joined: Mon May 01, 2017 12:00 am

Re: Timezone Date/Time

Wed May 03, 2017 11:47 pm

Tks to all and a special tks to Surfertim a ethernet cable solve the problem.Now we know.

SurferTim
Posts: 1769
Joined: Sat Sep 14, 2013 9:27 am
Location: Miramar Beach, Florida

Re: Timezone Date/Time

Thu May 04, 2017 12:04 am

You can also use the wifi as I stated above. Tested and verified.

fernfly
Posts: 6
Joined: Mon May 01, 2017 12:00 am

Re: Timezone Date/Time

Thu May 04, 2017 1:55 am

Sorry iam not familiar w/code please clarify the code I should enter. Tks

SurferTim
Posts: 1769
Joined: Sat Sep 14, 2013 9:27 am
Location: Miramar Beach, Florida

Re: Timezone Date/Time

Thu May 04, 2017 10:16 am

Run these from a terminal:

Code: Select all

sudo /sbin/iptables -t mangle -I POSTROUTING 1 -o wlan0 -p udp --dport 123 -j TOS --set-tos 0x00
sudo apt-get install iptables-persistent

fernfly
Posts: 6
Joined: Mon May 01, 2017 12:00 am

Re: Timezone Date/Time

Thu May 04, 2017 2:40 pm

Tks again surferTim everything is now working fine

Return to “Troubleshooting”