hillview
hillview copied to clipboard
Date formatting is not consistent
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.
PR #506 fixes the second part of this issue.
Using LocalDate fixes this issue partially.