summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2011-12-25 16:12:50 +0100
committerEugene Burmako <xeno.by@gmail.com>2011-12-25 16:12:50 +0100
commit8564134d15d51a141fccf07e7658f79c1b9c222d (patch)
tree752b033fd9abae5091c01713a29f2a31edd37dba /build.xml
parent5ee9a14a489c6e56c331914e9db258c0473d4d23 (diff)
downloadscala-8564134d15d51a141fccf07e7658f79c1b9c222d.tar.gz
scala-8564134d15d51a141fccf07e7658f79c1b9c222d.tar.bz2
scala-8564134d15d51a141fccf07e7658f79c1b9c222d.zip
Addresses a bug in SimpleDateFormatter
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1770da7317..2d5dd501f3 100644
--- a/build.xml
+++ b/build.xml
@@ -220,7 +220,7 @@ INITIALISATION
<taskdef resource="net/sf/antcontrib/antlib.xml" classpath="${lib.dir}/ant/ant-contrib.jar"/>
<!-- This is the start time for the distribution -->
<tstamp prefix="time">
- <format property="human" pattern="d MMMM yyyy, HH:mm:ss"/>
+ <format property="human" pattern="d MMMM yyyy, HH:mm:ss" locale="en,US"/>
<format property="short" pattern="yyyyMMddHHmmss"/>
</tstamp>
<!-- Find out whether we are running on Windows -->