• Michael A. Goulet's avatar
    Explicitly set Locale.ENGLISH in DateTimeUtils · 8b85c48f
    Michael A. Goulet authored
    Some tests were failing on my box because I've got my locale set to
    Portuguese; this shouldn't be an issue, since the NanoDB tests are
    explicitly written in English. In order to fix Date parsing language-
    agnostically, I just explicitly set the locale to `Locale.ENGLISH`.
    8b85c48f
DateTimeUtils.java 7.75 KB