madex12345:
Hi, i would like to know if it's possible to disable DST during normal loop process ex: using a switch. i tried to change
Timezone myTZ(myDST, mySTD); to Timezone myTZ(mySTD, mySTD); during normal operation but it dont workThanks
-
Please post your code.
-
It might be easier to create your own functions for time manipulation. That is what I did for my own projects.