Handle timezones better with cell.setCellValue(Calendar), so now 20:00-03:00, 20...
commit9d2e9f6cb5b677a93c5cb1bd2bc905a056ad021b
authorNick Burch <nick@apache.org>
Thu, 7 Feb 2008 16:53:23 +0000 (7 16:53 +0000)
committerNick Burch <nick@apache.org>
Thu, 7 Feb 2008 16:53:23 +0000 (7 16:53 +0000)
tree9dd0bcf6f047a4390c69ea44513749b31e2b71f9
parent2f233d9c23c6d370d7ea11cfd386671bf435de1f
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.eu.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