]> source.dussan.org Git - poi.git/commit
Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00, 20...
authorNick Burch <nick@apache.org>
Thu, 7 Feb 2008 16:53:23 +0000 (16:53 +0000)
committerNick Burch <nick@apache.org>
Thu, 7 Feb 2008 16:53:23 +0000 (16:53 +0000)
commitd543f9034ac19978938ce54de34e0d0a3bd4eb49
tree9dd0bcf6f047a4390c69ea44513749b31e2b71f9
parent212604f51ee3ae2d2e7b19ef9e2eedea41aefbb8
Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00, 20:00+00:00 and 20:00+03:00 will all be recorded as 20:00, and not 17:00 / 20:00 / 23:00 (pass a Date not a Calendar for old behaviour) - patch from bug #38641

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619502 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFDateUtil.java