Wrong Timestamp

Issue:

CDRConverter fails to parse Acme timestamp.

Log message:

2017-07-27 15:00:07|CDRConverter        |ERROR  |h323-setup-time/14:57:32.256 UTC Jul 27 2017/CDRFieldDTAcme(String): wrong timestamp.

Troubleshoot:

The timestamp itself is correct. The issue is caused by Java locale feature.

Solution:

Run java VM with explicit locale settings.

-Duser.language=en -Duser.country=US