Tasmota and Time: Difference between revisions

mNo edit summary
mNo edit summary
 
Line 7: Line 7:
* Set when Daylight Savings Time Begins: <code>TimeDST 0, 2, 3, 1, 2, -420</code>
* Set when Daylight Savings Time Begins: <code>TimeDST 0, 2, 3, 1, 2, -420</code>
* Set when Daylight Savings Time Ends (AKA Standard Time, not the Standard Time Zone): <code>TimeSTD 0, 1, 11, 1, 2, -480</code>
* Set when Daylight Savings Time Ends (AKA Standard Time, not the Standard Time Zone): <code>TimeSTD 0, 1, 11, 1, 2, -480</code>
* Or in one line: <code>Backlog Time; Timezone 99; TimeStd 0,1,11,1,2,-480; TimeDst 0,2,3,1,2,-420; Status 7; Restart 1</code>


=== What's going on? ===
=== What's going on? ===