Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

v0.12.3: Fix Incorrect time calculation for dates before the Unix epoch

Compare
Choose a tag to compare
@vcabbage vcabbage released this 20 Sep 17:04
· 10 commits to master since this release
AMQP timestamp is a signed value, but decoded from buffer as unsigned.
The previous code took the remainder of the unsigned value before
converting to signed.