-5

I need to deserialize/serialized this date to Joda DateTime with jackson. Is this a specific DateTime format?

user1745356
  • 4,462
  • 7
  • 42
  • 70

1 Answers1

0

This is the standard ISO 8601 date time format. JodaTime should be perfectly capable of handling this particular date format through the use of DateTimeFormat.

Community
  • 1
  • 1
Makoto
  • 104,088
  • 27
  • 192
  • 230