Skip to content

Fixes statistics time collection to be useful

Rob Nelson requested to merge pull/11224/stat-time-fix into Bleeding-Edge

Created by: gbasood

Also increments statfile by .1 but who cares about that right This basically means I can re-interpret the timestamp later in Python to prevent fuckups such as:

  • Midnight clock rollover!
  • DST time change!
  • Leap year fuckery!

Merge request reports