• HeckGazer@programming.dev
      link
      fedilink
      arrow-up
      21
      ·
      17 days 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

    • mosiacmango@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      17 days 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.