Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 222231

A patch for this bug is available at the following location:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=222231

Overview:
350 Date/Time conversion test cases fail during the nightly tests. This is because these tests use static "control" times, which are based on Eastern Standard Time. Running the tests on a machine located outside of EST will cause these tests to fail.

This above patch addresses this by dynamically generating the control times based on the current time-zone rather than on EST.

-Matt

Back to the top