• Jason Madden's avatar
    Make the C and Python TimeStamp round the same way. · 7a461d09
    Jason Madden authored
    Fixes #41. Starting with a test that failed.
    
    Don't touch the C code, just make the Python version round-trip
    through the bytes values like the C code does. This moves the
    truncation of the seconds value to microseconds to the timeTime accessor.
    7a461d09
timestamp.py 6.46 KB