You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unix Epochalypse or The Year 2038 problem (also known as Y2038, Y2K38, or the Epochalypse) is a time formatting bug in computer systems with representing times after 03:14:07 UTC on 19 January 2038.
Fork of Michael Margolis's Time library for Arduino, which has been modified to use a signed 64-bit int as the base timekeeping variable. This avoids the Year 2038 problem, and allows for times hundreds of billions in both the past and future to be calculated.