Wiki source for TimeZone
>>[[http://centos.org/docs/5/html/Installation_Guide-en-US/s1-timezone-ppc.html Installation_Guide]]
[[http://www.tldp.org/HOWTO/TimePrecision-HOWTO/set.html TimePrecision-HOWTO]]
>>===Time & TimeZone===
Ideally set your hwclock & systemclock to UTC and timezone to your location
==Datezone and Timezone==
CentOS, OEL, RHEL date timezone config
%%
# system-config-date
%%
==timeconfig==
a nice little text gui thats lets you set your systemclock to UTC and timezone to your location !
%%
# timeconfig
%%
automatically equiv to
%%
# ln -sf /usr/share/zoneinfo/<mytimeloc> /etc/localtime
%%
==date==
%%
$ date
%%
==hwclock==
%%
# hwclock --debug
%%
==howto reset hardware clock from system time==
first set the correct system time
%%
# date 06070809
%%
then sync it to (UTC) hardware clock
%%
# hwclock --utc --systohc
%%
----
REFERRERS
{{backlinks}}
[[http://www.tldp.org/HOWTO/TimePrecision-HOWTO/set.html TimePrecision-HOWTO]]
>>===Time & TimeZone===
Ideally set your hwclock & systemclock to UTC and timezone to your location
==Datezone and Timezone==
CentOS, OEL, RHEL date timezone config
%%
# system-config-date
%%
==timeconfig==
a nice little text gui thats lets you set your systemclock to UTC and timezone to your location !
%%
# timeconfig
%%
automatically equiv to
%%
# ln -sf /usr/share/zoneinfo/<mytimeloc> /etc/localtime
%%
==date==
%%
$ date
%%
==hwclock==
%%
# hwclock --debug
%%
==howto reset hardware clock from system time==
first set the correct system time
%%
# date 06070809
%%
then sync it to (UTC) hardware clock
%%
# hwclock --utc --systohc
%%
----
REFERRERS
{{backlinks}}