nkalmar commented on pull request #2308:
URL: https://github.com/apache/hbase/pull/2308#issuecomment-702588102


   Hi @joshelser , I found why it is pretty printed. It is strange, because it 
is explicitly converted by this function:
   ```
   def toLocalDateTime(millis)
         instant = java.time.Instant.ofEpochMilli(millis)
         return java.time.LocalDateTime.ofInstant(instant, 
java.time.ZoneId.systemDefault()).toString
       end
   ```
   
   So I think it was meant to be pretty printed originally, but due to some bug 
it wasn't. I'll check the other places this function is called if it is/was 
pretty printed or not.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to