I am using this format in Joda-Time:
MM/dd/yyyy HH:mm:ss zzzz
In running my app it prints 12/16/2015 09:52:37 Central Standard Time but in my test it prints 12/16/2015 09:52:37 -07:00.
I found for the pattern zzzz docs say:
Long specific non-location format (e.g. “Pacific Standard Time”).If the localized data is not available, localized GMT format is used (e.g. GMT-08:00).
Does localized refer to locale? I would like to get my test outputting consistent date with what mainline code outputs.