Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mikekgr
#58014 OK Sir, I will try it and I will let you know.
Thanks and Best Regards,
Mike Kranidis

P.S. I still believe that the most elegant way is to calculate timezone and DST, then to put the result to timeZone variable and then to call time lib to update (I don't find a way for this step though).
User avatar
By mikekgr
#58033
martinayotte wrote:If you are using Time library from Paul Stoffregen, there is no concept of timezone.
https://github.com/PaulStoffregen/Time/ ... /TimeLib.h


Dear Martin,
I just ( following your suggestion ) did
Code: Select allsetTime(now()+7200); /// + 2h = 7200
and worked like a charm...!

Thanks a lot for your nice tip!

Best Regards,
Mike Kranidis