I was just reading the manual do Joda time and it gives the formatting for time object and I don't understand.
This is the link to the manual:
https://www.joda.org/joda-time/userguide.html
It gives the format as below
DateTime dt1 = new DateTime("2004-12-13T21:39:45.618-06:00");
We have: 2004-12-13 date, 06:00 time,
So what is T21:39:45.618-
Thanks for your help