Closed lipixun closed 8 years ago
The timestamp is 64bit in RabbitMQ timestamp, there will be an exception when trying to parse the timestamp by datetime.utcfromtimestamp
We have to divide the value by 1e6 instead.
I posted a question about this issue in https://groups.google.com/forum/#!topic/rabbitmq-users/_4ZRm8vX73g.
Also filed https://github.com/rabbitmq/rabbitmq-event-exchange/issues/8
Closing, see discussion in #88
The timestamp is 64bit in RabbitMQ timestamp, there will be an exception when trying to parse the timestamp by datetime.utcfromtimestamp
We have to divide the value by 1e6 instead.