Date format of 'gradle -version' is localized

This is only a very minor issue but I wanted to report it anyway.

Right now the output of ‘gradle -version’ looks like this:

------------------------------------------------------------ Gradle 1.3 ------------------------------------------------------------

Gradle build time: Dienstag, 20. November 2012 11:37 Uhr UTC Groovy: 1.8.6 Ant: Apache Ant™ version 1.8.4 compiled on May 22 2012 Ivy: 2.2.0 JVM: 1.7.0_10 (Oracle Corporation 23.6-b04) OS: Mac OS X 10.8.2 x86_64

The “Gradle build time” uses a localized date format. This hurts my eyes. :wink: I’d appreciate if that would be changed to ISO8601, i.e. 2012-11-20 11:37 in the above example.