German date format: "dd.MM.yyyy"
German date format with time: "dd.MM.yyyy HH:mm:ss"
{ DateTimeZone dtz = new DateTimeZone() ; dtz.setTimeZone("Europe/Amsterdam"); jcsOut.println("Now=" + dtz.toFormattedString("dd.MM.yyyy HH:mm:ss") ; }