Hello guys. I have some problem. How can i set my RTC to UTC? in rc.conf: TIMEZONE=Europe/Kiev The problem is actually in the fact, that when i do # hwclock --utc --systohc, then RTC is setups in localtime minus 3 hours. But when i do hwclock --utc --hctosys, then my sys time is the same as in RTC. How can i configure my RTC to UTC and have correct localtime? (I know about /etc/adjtime and rc:79 hwclock --hctosys and rc.shutdown:37 hwclock --systohc) If i setup my RTC to 10:00:00 (say, from BIOS). And the last line of /etc/adjtime is UTC, then when i boot up CRUX, i have localtime set to 10:00:00, but when i do shutdown, then my RTC sets to 7:00:00. (... then bootup - 7:00:00, shutdown - 4:00:00) So, i get 3 hours time shift... How can I avoid this? And how cat I properly set my RTC to UTC? PS: I have CRUX-2.5 and util-linux-ng-2.16.1 Thanks for your attension, time and ansvers. And sorry me for my horrible english.