paulc / dnslib

A Python library to encode/decode DNS wire-format packets
https://github.com/paulc/dnslib
BSD 2-Clause "Simplified" License
295 stars 84 forks source link

Fix the timestamp month. #3

Closed kormat closed 9 years ago

kormat commented 9 years ago

from strftime(3): %M = The minute as a decimal number (range 00 to 59). %m = The month as a decimal number (range 01 to 12).

paulc commented 9 years ago

Thanks for spotting this. If you have any other pull requests would you mind posting to the BitBucket repository as this is the master (https://bitbucket.org/paulc/dnslib).

Thanks, Paul

kormat commented 9 years ago

Ah, sure, can do.