poi/src/testcases/org/apache
2008-02-07 16:53:23 +00:00
..
poi 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 2008-02-07 16:53:23 +00:00