mtools icon indicating copy to clipboard operation
mtools copied to clipboard

Warn when non-monotonic timestamps are noticed

Open devkev opened this issue 11 years ago • 1 comments

Since this generally indicates that things are in Bad Shape, and/or various assumptions made by mtools no longer hold.

devkev avatar Feb 17 '14 00:02 devkev

Perhaps a LogEvent could communicate back to the LogFile whenever its datetime is evaluated, should be reasonably cheap compared to the actual datetime parsing. As LogEvents are only acquired from LogFile objects now, and only in iterative sequence usually, that's probably the best place to put that warning.

rueckstiess avatar Feb 17 '14 00:02 rueckstiess