1 o Minor bugfixes (timekeeping):
2 - Calculate the time of day correctly on systems where the time_t
3 type includes leap seconds. (This is not the case on most
4 operating systems, but on those where it occurs, our tor_timegm
5 function did not correctly invert the system's gmtime function,
6 which could result in assertion failures when calculating
7 voting schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha.