how do i set my hwclock on centos to UTC time permanently.The value changes from UTC to localtime on reboot.This is causing my application to have time drift./etc/sysconfig file UTC value also toggles from true to false after reboot.
Asked
Active
Viewed 1.3k times
2 Answers
0
set UTC to true in /etc/sysconfig/clock config file

Stephane Rouberol
- 4,286
- 19
- 18
-
I have set the value of /etc/sysconfig/clock file to true. the value changes after reboot – krupa kn Aug 16 '12 at 09:57