How to Update Date and Time of Raspberry Pi With out Internet -


i have connect raspberry pi lan there no internet available there method update raspberry pi date time using pc (windows 7) in lan. want computer date , time raspberry pi when booting.

thanks.

remember raspberry pi not have real time clock. connected internet have set time every time power on or restart.

this how works:

  1. sudo raspi-config
  2. internationalization options
  3. change time zone
  4. select geographical area
  5. select city or region
  6. reboot pi

next thing can set time using command

sudo date -s "mon aug  12 20:14:11 utc 2014" 

more data , time

man date 

when pi connected computer should have manually set data , time


Comments