betfair / cougar

Cougar is a framework for making building network exposed service interfaces easy.
http://betfair.github.io/cougar
Apache License 2.0
27 stars 18 forks source link

Fixes #77. Tests were failing for non-UTC timezones as the cached DateFo... #78

Closed andredasilvapinto closed 10 years ago

andredasilvapinto commented 10 years ago

...rmat was using a SimpleDateFormat with the default JVM timezone and the tests were enforcing UTC timezone. As Cougar officially only supports UTC we can/should make sure the SimpleDateFormat is using UTC timezone.

eswdd commented 10 years ago

Thanks!