Explicitly set Locale.ENGLISH in DateTimeUtils
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`.
Showing
+3 -2
Please register or sign in to comment