Bo Cui created HBASE-24937:
------------------------------
Summary: table.rb use LocalDateTime to replace Instant
Key: HBASE-24937
URL: https://issues.apache.org/jira/browse/HBASE-24937
Project: HBase
Issue Type: Improvement
Reporter: Bo Cui
https://github.com/apache/hbase/blob/9f62a82334574b135f8e220b024981df64fab811/hbase-shell/src/main/ruby/hbase/table.rb#L754
we can use timeZone to improve readability.
{code:java}
return java.time.LocalDateTime.ofInstant(instant,
java.time.ZoneId.systemDefault()).toString
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)