NTPClient icon indicating copy to clipboard operation
NTPClient copied to clipboard

64-bit time_t and year 2038

Open chudsaviet opened this issue 4 years ago • 2 comments
trafficstars

unsigned long time will overflow in 2038. Actually, in libc Arduino is using time_t type is and alias to unsigned long long, which is a 64-bit value. It would be great to make the library more future-proof.

chudsaviet avatar Aug 28 '21 20:08 chudsaviet

Is this a duplicate of #149?

bsvdoom avatar Nov 05 '21 09:11 bsvdoom