chronat tests are failing on @statementreply's machine because time zone abbreviations are locale dependent; e.g. "EST" is instead "GMT-5" and "EDT" is instead "GMT-4".
We need to fix the tests to use a specific locale when testing the time zone format specifiers.
chronat tests are failing on @statementreply's machine because time zone abbreviations are locale dependent; e.g.
"EST"is instead"GMT-5"and"EDT"is instead"GMT-4".We need to fix the tests to use a specific locale when testing the time zone format specifiers.