Append character encoding to locale in hopes it will work for Linux-based systems

This commit is contained in:
Micah Jerome Ellison 2021-11-20 14:33:47 -08:00
parent 0f43c1a225
commit fac78ca528

View file

@ -180,9 +180,9 @@ Feature: Reading and writing to journal with custom date formats
Examples: configs
| locale | expected_date |
| en_US | 9/24/2020 9:14:00 AM |
| zh_CN | 2020/9/24 9:14:00 |
| ru_RU | 24.09.2020 9:14:00 |
| fr_FR | 24/09/2020 09:14:00 |
| es_ES | 24/09/2020 9:14:00 |
| de_DE | 24.09.2020 09:14:00 |
| en_US.UTF-8 | 9/24/2020 9:14:00 AM |
| zh_CN.UTF-8 | 2020/9/24 9:14:00 |
| ru_RU.UTF-8 | 24.09.2020 9:14:00 |
| fr_FR.UTF-8 | 24/09/2020 09:14:00 |
| es_ES.UTF-8 | 24/09/2020 9:14:00 |
| de_DE.UTF-8 | 24.09.2020 09:14:00 |