SQS Messages include timestamp with exp

Issue #39 resolved
Former user created an issue

It seems that SentTimestamp and ApproximateFirstReceiveTimestamp has an exponential number rather than a long , is this an expected output from AWS ?

aws --endpoint-url=http://localhost:4576 sqs receive-message --queue-url http://localhost:4576/123456789012/test_queue { "Messages": [ { "Body": "Test Message!", "Attributes": { "ApproximateFirstReceiveTimestamp": "1.49138149959e+12", "SenderId": "AIDAIT2UOQQY3AUEKVGXU", "ApproximateReceiveCount": "1", "SentTimestamp": "1.49138142195e+12" }, "ReceiptHandle": "xuazrzyjcgpgzpzlxlyxmujbgzfkswixjkywshturlylrfwzyccutlumitgduyzddwkaoypcmswlkxrrjghdyztfewrpmkxdufptyketrfumwzicmggogdbaucwztvorplibccpfhirmalnixvfbklzrgncpisdsiuiajqwefxueqhuygfibmgqwx", "MD5OfBody": "df69267381a60e476252c989db9ac8ad", "MessageId": "a6ed436b-076a-0d8d-73e1-cc3291a19c28" } ] }

Comments (2)

  1. Log in to comment