• @[email protected]
    link
    fedilink
    English
    34 months ago

    Out of curiosity, is there a “time limit” for this epoch value, or can it go on indefinitely?

    • @[email protected]
      link
      fedilink
      214 months ago

      Sort of. There’s one coming up in 2038 where the number overflows a signed 32 bit integer. Anything using 32 bits for timestamps is going to get a wee bit confused.

      This should be the last time that happens though as a 64 bit signed int can carry us to something like the year 290 billion

    • @[email protected]
      link
      fedilink
      2
      edit-2
      4 months ago

      You count up 1 second for each second from midnight on Jan 1st, 1970. The Unix epoch.

      It can go on as long as we go on counting. Interestingly, it does ignore leap seconds.