How are the timestamps associated with cell versions within HBase similar/different to the long values that I get using System.currentTimeMillis() in Java? If I print both, the hbase timestamp long value has more digits than the one created in Java. Aren't both milliseconds since Jan 1, 1970?
Thanks in advance.
