comeara / pillar

Pillar manages migrations for your Cassandra data stores.
https://github.com/comeara/pillar
MIT License
111 stars 64 forks source link

authoredAt timestamps are ms since the epoch #27

Closed jhungerford closed 8 years ago

jhungerford commented 9 years ago

What was the problem/requirement? Update documentation to note that authoredAt timestamp is in milliseconds. Pillar authoredAt timestamps are in milliseconds since the epoch, not seconds.

What was the solution? Update the authoredAt examples in the readme to be milliseconds.

comeara commented 8 years ago

Thank you for the suggestion. This has been implemented on master with a spec to demonstrate that the examples are corrected.