mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
fix tests for additional timestamps
This commit is contained in:
@ -1 +1 @@
|
|||||||
[{"key":"foo","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz1"}]},{"key":"bar","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz2"}]}]
|
[{"key":"foo","cells":[{"column_family":"foo","column":"bar","timestamp_iso":"1970-01-01T01:00:00","timestamp_epoch":32400,"timestamp_epoch_utc":null,"value":"baz1"}]},{"key":"bar","cells":[{"column_family":"foo","column":"bar","timestamp_iso":"1970-01-01T01:00:00","timestamp_epoch":32400,"timestamp_epoch_utc":null,"value":"baz2"}]}]
|
||||||
|
Reference in New Issue
Block a user