Possible Duplicate:
Odd results in Joda DateTime for 01.04.1893
I am a bit puzzled by this. What does the offset 53:28 for this date and older mean ?
DateTime epoch = new DateTime(0L);
System.out.println(epoch.minusYears(76).minusMonths(9));
System.out.println(epoch.minusYears(76).minusMonths(10));
1893-04-01T01:00:00.000+01:00
1893-03-01T01:00:00.000+00:53:28