A format for joda {@link DateTime}, that stores the millis, chronology and time zone as separate attributes. If the chronlogy is {@link ISOChronology}, the attribute is omitted, thus {@link ISOChronology} is seen as default. Ifthe time zone is the default time zone ( {@link DateTimeZone#getDefault()}), the time zone attribute is omitted. This requires different machines to have the same time zone settings.
The following chronologies are supported:
- {@link ISOChronology}
- {@link CopticChronology}
- {@link EthiopicChronology}
- {@link GregorianChronology}
- {@link JulianChronology}
- {@link IslamicChronology}
- {@link BuddhistChronology}
- {@link GJChronology}
@author
Martin Grotzke