When I run tests of spring-framework project, I got some failed tests from JodaTimeFormattingTests.
It is mainly because I live in the different time zone. :(
For example, in testBindDateTime,
the result value should start with "10/31/09", but I got the value of "10/30/09 10:00 PM", due to the time zone (+09:00).
When I modified the tests with new DateTime(2009, 10, 31, 12, 0, TEST_DATETIMEZONE), I see all tests passed. :)
YoungTae Seok opened SPR-13536 and commented
When I run tests of spring-framework project, I got some failed tests from
JodaTimeFormattingTests
.It is mainly because I live in the different time zone. :(
For example, in
testBindDateTime
,the result value should start with "10/31/09", but I got the value of "10/30/09 10:00 PM", due to the time zone (+09:00).
When I modified the tests with
new DateTime(2009, 10, 31, 12, 0, TEST_DATETIMEZONE)
, I see all tests passed. :)Affects: 4.2.1
Attachments:
Referenced from: commits 668f5db
The text was updated successfully, but these errors were encountered: