Remove debugging code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00d021f30e
commit
3a48c43f4d
|
@ -688,7 +688,6 @@ public class DateUtils {
|
||||||
//Set roundUp if this is more than half way between the minimum and maximum
|
//Set roundUp if this is more than half way between the minimum and maximum
|
||||||
roundUp = offset > ((max - min) / 2);
|
roundUp = offset > ((max - min) / 2);
|
||||||
}
|
}
|
||||||
System.err.println("DST: " + val.get(Calendar.DST_OFFSET));
|
|
||||||
//We need to remove this field
|
//We need to remove this field
|
||||||
val.set(fields[i][0], val.get(fields[i][0]) - offset);
|
val.set(fields[i][0], val.get(fields[i][0]) - offset);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue