java-tutorials/jackson
Artem V. Navrotskiy 52d1fe174f Fix whenSerializingDateToISO8601_thenSerializedToText test. (#1593)
Suddenly,  "1970-01-01T02:30:00.000+0000" is not a correct ISO 8601 date: it mix basic timezone format and extended date and time format.
Correct value looks like:

 * 1970-01-01T02:30:00.000+00:00 (Extended format)
 * 19700101T023000.000+0000 (Basic format)
2017-04-23 13:31:12 +02:00
..
src Fix whenSerializingDateToISO8601_thenSerializedToText test. (#1593) 2017-04-23 13:31:12 +02:00
.gitignore initial jackson work 2013-12-21 15:25:07 +02:00
README.md Readme files update (#1680) 2017-04-18 22:20:20 +02:00
pom.xml remove log4j dependencies (#1675) 2017-04-18 22:39:13 +02:00