Skip to content

Instantly share code, notes, and snippets.

@evie404
Created July 15, 2021 16:38
Show Gist options
  • Save evie404/b00ee1f60e0a3faeecd1a98f47f99876 to your computer and use it in GitHub Desktop.
Save evie404/b00ee1f60e0a3faeecd1a98f47f99876 to your computer and use it in GitHub Desktop.
tasmota
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