Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: aug on October 30, 2016, 07:05:07 AM

Title: time change in europe
Post by: aug on October 30, 2016, 07:05:07 AM
Have slight problem with the time setting.....
I setted tz=CET-1CEST and during the summer periode i got the right time.... this morining one hour ahead to i change tz=CET and rebooted - but now i'm an hour late....
Title: Re: time change in europe
Post by: Paul_123 on October 30, 2016, 08:23:54 AM
You need to define when your time change happens

http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html

Title: Re: time change in europe
Post by: aug on October 30, 2016, 08:29:05 AM
You need to define when your time change happens

http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html

read it, but didn't understand it really.... any example for europe?
Title: Re: time change in europe
Post by: patrikg on October 30, 2016, 09:16:48 AM
I use for sweden:
tz=CET-1CEST,M3.5.0,M10.5.0/3

borrowed from openwrt
Title: Re: time change in europe
Post by: aug on October 30, 2016, 09:40:05 AM
I use for sweden:
tz=CET-1CEST,M3.5.0,M10.5.0/3

borrowed from openwrt

Hi, this is the right answer ;-)
I use tz=CET-1CEST,M3.5.0,M10,5,0   and it worked!
Thanks a lot.