summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-12-25 11:37:25 -0800
committerPaul Phillips <paulp@improving.org>2011-12-25 11:37:25 -0800
commit8a862fd5e94a06c7fc1088623f594cd5bf864168 (patch)
tree335224f03d0c5987cc0a5550d6715f6d57105aa2
parenta31e4f8a75f9162ab2f0c8d3bec42675b29fefb5 (diff)
parent8564134d15d51a141fccf07e7658f79c1b9c222d (diff)
downloadscala-8a862fd5e94a06c7fc1088623f594cd5bf864168.tar.gz
scala-8a862fd5e94a06c7fc1088623f594cd5bf864168.tar.bz2
scala-8a862fd5e94a06c7fc1088623f594cd5bf864168.zip
Merge pull request #77 from scalamacros/topic/antlocale
Addresses a bug in SimpleDateFormatter
-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 -->