Operating System - Linux
1752273 Members
4590 Online
108786 Solutions
New Discussion юеВ

Re: DST time change on Linux

 
SOLVED
Go to solution
Ratzie
Super Advisor

DST time change on Linux

We are currently running NTP, but we do have our Timezone set to:
[root@server sysconfig]# cat clock
ZONE="America/Winnipeg"
UTC=false
ARC=false
[root@server sysconfig]# date +%Z
CST

We will be changing to DST to following the american Daylight saving time.
Do we need to modify our server, even if we are using NTP?
What zone would we change to?

2 REPLIES 2
Ivan Ferreira
Honored Contributor
Solution

Re: DST time change on Linux

You can use the zdump -v America/Winnipeg command to identify when the DST changes will occur.

You can modify your time zone source file and compile with zic if you want to do some customizations to the file.

See:

http://www.tldp.org/HOWTO/html_single/TimePrecision-HOWTO/#time
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ratzie
Super Advisor

Re: DST time change on Linux

Thank you