public void testCoordinateFormat() {
final Date epoch = new Date(1041375600000L); // January 1st, 2003
final DefaultTemporalDatum datum = new DefaultTemporalDatum("Time", epoch);
final AbstractCRS crs = new DefaultCompoundCRS("WGS84 3D + time",
DefaultGeographicCRS.WGS84, DefaultVerticalCRS.ELLIPSOIDAL_HEIGHT,
new DefaultTemporalCRS("Time", datum, DefaultTimeCS.DAYS));
final CoordinateFormat format = new CoordinateFormat(Locale.FRANCE);
format.setCoordinateReferenceSystem(crs);
format.setTimeZone(TimeZone.getTimeZone("GMT+01:00"));
final GeneralDirectPosition position = new GeneralDirectPosition(new double[] {
23.78, -12.74, 127.9, 3.2