Year 2038 Problem

This definition is in the most current TimeLib.h

#if !defined(__time_t_defined) // avoid conflict with newlib or other posix libc
typedef unsigned long time_t;
#endif