Skip to content

Commit 84a9179

Browse files
committed
Use a fixed timezone in Tstamp test
1 parent babd1c4 commit 84a9179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/antunit/taskdefs/tstamp-test.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public class IsEpochIn1969Here implements Condition {
9898
failonerror="true"
9999
outputproperty="testout"
100100
fork="true">
101+
<sysproperty key="user.timezone" value="GMT"/>
101102
<classpath>
102103
<pathelement location="${output}"/>
103104
<pathelement path="${java.class.path}"/>

0 commit comments

Comments
 (0)