Drop "% 60" in TID generator.
This should never trigger, as gmtime bases itself on a unix epoch timestamp which is non-monotonous on leap seconds. So gmtime cannot return second count above 59.
Showing
Please register or sign in to comment