From time_t to RTC loaded:why does gmtime() function returns tm_hour 2 hours lesser than expected?
Hello1628027999 should mean 2021-08-03 23:59:59,at least from a website that does not claim to keep in account any time zone,so I guess(wrongly ??)that it is referred to 0° Longituderawtime= 1628027999; gmtime_r(&rawtime_t, &my_tm_struct);it returns ...