Created
September 23, 2011 22:13
-
-
Save mateusz-fiolka/1238576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@phobos mateusz]# hwclock --show | |
sob, 24 wrz 2011, 22:10:45 -0.411123 sekund | |
[root@phobos mateusz]# hwclock --utc | |
sob, 24 wrz 2011, 22:10:59 -0.281660 sekund | |
[root@phobos mateusz]# hwclock -w --utc | |
[root@phobos mateusz]# date | |
sob, 24 wrz 2011, 22:11:06 CEST | |
[root@phobos mateusz]# date | |
sob, 24 wrz 2011, 22:11:24 CEST | |
[root@phobos mateusz]# cat /etc/rc.conf | grep -i timezo | |
# TIMEZONE: timezones are found in /usr/share/zoneinfo | |
TIMEZONE="Europe/Warsaw" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment