Skip to content

Instantly share code, notes, and snippets.

@leandroh
Last active August 29, 2015 13:57
Show Gist options
  • Save leandroh/9663351 to your computer and use it in GitHub Desktop.
Save leandroh/9663351 to your computer and use it in GitHub Desktop.
real time clock in linux
# Real Time Clock (RTC) Drivers for Linux: https://www.kernel.org/doc/Documentation/rtc.txt
cat /proc/driver/rtc
# ----------------------------------------x----------------------------------------
echo rtc-pcf8563 0x51 /sys/class/i2c-adapter/i2c-1/new_device
# ----------------------------------------x----------------------------------------
date -s "2014-03-20 08:52:40"
# ----------------------------------------x----------------------------------------
hwclock -w -f /dev/rtc
hwclock --systohc --utc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment