Hi,

Thanks Andi for this huge piece of work, I think we are nearly there
now, seems the Calendar-to-Date stuff in DateUtil still messes this up
at some point :(

I narrowed it down a bit, the following works with "CET" for me (my
local timezone), but fails with "UTC", so there is something flaky
here already:

            LocaleUtil.setUserTimeZone(TimeZone.getTimeZone("UTC"));
            Date javaDate = DateUtil.getJavaDate(41345.23);
            assertEquals("Had: " + javaDate,
                    1363062672000l, javaDate.getTime());

Dominik.

On Tue, Sep 8, 2015 at 2:07 AM,  <[email protected]> wrote:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=58326
>
> --- Comment #4 from Andreas Beeker <[email protected]> ---
> The charset fixes are applied with r1701713
>
> So it looks like, there's only - a probably not so easy to catch - error with
> CellDateFormatter to fix ...
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to