unsupported locale setting
in Linux on replay
#214
Labels
Milestone
unsupported locale setting
in Linux on replay
#214
Upon replaying anything any URI-M, the datetime conversion method
datetimeToRFC1123()
is required to set the locale, which it does vialocale.setlocale(locale.LC_TIME, 'en_US')
. This is not a valid locale on Ubuntu 16.04 with the closest variant throughlocale -a
beingen_US.utf8
.en_US
is valid on macOS perlocale -a
but its utf8 variant isen_US.UTF-8
, along withen_US
. This subtle difference in the UTF8 variants might cause an issue. Given we are sorting 14-digit datetimes, LC_ALL might be sufficient and more compatible across platforms.The text was updated successfully, but these errors were encountered: