Closed gonzabrusco closed 1 year ago
Hello. Not sure if this is a bug or not. The offset type was originally signed long, but now you changed it to unsigned long. Is that correct? How do I set a GMT -3 ?
Thanks Gonzalo
Nevermind, not really sure why, but it worked nevertheless. Probably just a matter of unit interpretation.
ESP32Time rtc(0); ... rtc.offset=-3600; // negative offset
works for me
Hello. Not sure if this is a bug or not. The offset type was originally signed long, but now you changed it to unsigned long. Is that correct? How do I set a GMT -3 ?
Thanks Gonzalo