-
I encountered this bug as well. Here is the JUnit test I wrote to reproduce:
public void testTimeZoneConverion() {
TimeZone jdkTimeZone = TimeZone.getTimeZone("GMT-10");
DateTimeZone jodaTimeZone
= DateTimeZone.forTimeZone(jdkTimeZone);
TimeZone convertedTimeZone = jodaTimeZone.toTimeZone();
assertEquals(jdkTimeZone, convertedTimeZone);...
2007-04-11 22:03:19 UTC in Joda - Time
-
thomasold committed revision 20 to the GCalSync SVN repository, changing 3 files.
2006-12-22 09:07:50 UTC in GCalSync
-
thomasold committed revision 19 to the GCalSync SVN repository, changing 19 files.
2006-12-21 21:42:52 UTC in GCalSync
-
thomasold committed revision 17 to the GCalSync SVN repository, changing 12 files.
2006-11-12 22:44:21 UTC in GCalSync
-
thomasold committed revision 16 to the GCalSync SVN repository, changing 3 files.
2006-11-12 22:04:48 UTC in GCalSync
-
thomasold committed revision 15 to the GCalSync SVN repository, changing 1 files.
2006-09-19 21:46:34 UTC in GCalSync
-
thomasold committed revision 14 to the GCalSync SVN repository, changing 1 files.
2006-09-19 21:35:52 UTC in GCalSync
-
thomasold committed revision 13 to the GCalSync SVN repository, changing 4 files.
2006-09-19 20:52:45 UTC in GCalSync
-
thomasold committed revision 12 to the GCalSync SVN repository, changing 7 files.
2006-09-16 23:52:29 UTC in GCalSync
-
thomasold committed revision 11 to the GCalSync SVN repository, changing 5 files.
2006-09-11 21:39:37 UTC in GCalSync