Close

Updated DAT entry

A project log for A Trillion Year Clock.

I created a clock that runs to 2,147,483,647 Trillion years, at which point it will roll over to 0. BIGBANG, EEPROM, CURRENT TIME, included.

clockloopClockLoop 12/09/2018 at 23:510 Comments

DAT

  uSeconds              long    42
  uMinute               long    51
  uHour                 long    15
  uDays                 long    342
  uYears                long    8
  uDecade               long    1
  uCentury              long    0
  uMillennium           long    792
  uMillionYears         long    799
  uBillionYears         long    13,0,0,0,0,0,0,0,0,0
  uTrillionYears        long    0,0,0,0,0,0,0,0,0,0

  Seconds               long    42
  Minute                long    51
  Hour                  long    15
  Days                  long    342
  Years                 long    8
  Decade                long    1   Century               long    0
  Millennium            long    792
  MillionYears          long    799
  BillionYears          long    13,0,0,0,0,0,0,0,0,0
  TrillionYears         long    0,0,0,0,0,0,0,0,0,0

Discussions