Created
July 15, 2021 16:38
-
-
Save evie404/b00ee1f60e0a3faeecd1a98f47f99876 to your computer and use it in GitHub Desktop.
tasmota
This file contains 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
backlog ntpserver pool.ntp.org; | |
time 0; | |
// PST | |
timestd 0,1,11,1,2,-480; | |
timedst 0,2,3,1,2,-420; | |
// MST | |
timestd 0,1,11,1,2,-420; | |
timedst 0,2,3,1,2,-360; | |
// CST | |
timestd 0,1,11,1,2,-360; | |
timedst 0,2,3,1,2,-300; | |
// EST | |
timestd 0,1,11,1,2,-300; | |
timedst 0,2,3,1,2,-240; | |
timezone 99; | |
time; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment