agronholm / cbor2

Python CBOR (de)serializer with extensive tag support
MIT License
226 stars 59 forks source link

Fixed epoch date decoding being affected by the local time zone #218

Closed agronholm closed 9 months ago

agronholm commented 9 months ago

Fixes #209.

coveralls commented 9 months ago

Coverage Status

coverage: 92.541% (-0.8%) from 93.37% when pulling a7be3a683ea2909167aea2095b6511cd2823ba87 on fix-date-handling into 33f732c856dc70ba8b2abd6dc90170bbd87c2626 on master.

agronholm commented 9 months ago

Turns out the call was faulty and caused the C extension to fail compilation.