Replies: 1 comment 4 replies
-
For soft-reboot and if you are connected using rshell the local time is obtained from the host. I use to use a program to change ntp time into local time, but as you might want to be able to account for daylight saving have a look for: https://gist.github.com/Beormund/f0f39c72e066da497f6308d1964c9627 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see different boot behavior depending on if i soft reboot (Ctrl + D) or power cycle (plug in)
Soft reboot:
ntptime.settime()
Power cycle:
Questions:
time.localtime()
? Seems i have to do it manually.The Code i used:
Beta Was this translation helpful? Give feedback.
All reactions