Open the time class to add logic for the hbase timestamp
Return this time is the hbase timestamp format, i.e. a ‘long’. The 4 high bytes contain the number of seconds since epoch and the 4 low bytes contain the microseconds. That format is an arbitrary one and could have been something else.
[Validate]