• Vincent Pelletier's avatar
    Drop "% 60" in TID generator. · fb6ffb7b
    Vincent Pelletier authored
    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.
    fb6ffb7b
transactions.py 15.1 KB