hillview icon indicating copy to clipboard operation
hillview copied to clipboard

Date formatting is not consistent

Open mihaibudiu opened this issue 6 years ago • 2 comments

The way dates are shown in the UI could depend on the local time zone. Also, string searches in dates may use the Java date representation, which may be different from the UI representation.

mihaibudiu avatar Sep 18 '18 17:09 mihaibudiu

PR #506 fixes the second part of this issue.

mihaibudiu avatar Jan 31 '19 01:01 mihaibudiu

Using LocalDate fixes this issue partially.

mihaibudiu avatar Sep 02 '20 18:09 mihaibudiu