agoragames / haigha

AMQP Python client
BSD 3-Clause "New" or "Revised" License
161 stars 41 forks source link

Fix #87. Divide the 64bit value by 1e6 in order to be parsed by datetime.fromutctimestamp #88

Closed lipixun closed 8 years ago

lipixun commented 9 years ago

Related to https://github.com/agoragames/haigha/issues/87

lipixun commented 9 years ago

Should I add some test codes in tests/integration/rabbit_extensions_test.py? @awestendorf

vitaly-krugl commented 8 years ago

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.

vitaly-krugl commented 8 years ago

@lipixun and @awestendorf: this is an issue in the rabbitmq-event-exchange pluging that should be addressed by the plugin; see https://github.com/rabbitmq/rabbitmq-event-exchange/issues/8.

Let's close this PR and the corresponding issue #87.

awestendorf commented 8 years ago

Agreed, thank you for following up on this.