britram / python-ipfix

IPFIX implementation for Python 3.x
GNU Lesser General Public License v3.0
40 stars 20 forks source link

Fix timestamp type implementation #4

Closed britram closed 11 years ago

britram commented 11 years ago

Python handling of timestamps and timezones is (at least as far as I can tell) brutally internally consistent in precisely the wrong way; timestamps will be corrected multiple times, causing errors, in the present master revision of the library.

Fix this.