NTPClient
NTPClient copied to clipboard
64-bit time_t and year 2038
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.
Is this a duplicate of #149?