TestDate
Tests the date parsing. The problem is that some dates are not allowed
because of the summer time change. Most countries change at 2 o'clock in the
morning to 3 o'clock, but some (for example Chile) change at midnight.
Non-lenient parsing would not work in this case.
| Methods |
| static ArrayList |
getDistinctTimeZones()
Get the list of timezones with distinct rules.
|
| static ArrayList |
getDistinctTimeZones()
Get the list of timezones with distinct rules.
Returns:
the list
|
| static void |
main(String... a)
Run just this test.
|
| static void |
main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
|
| void |
test()
|
| void |
test() throws SQLException
|