Comment 4 for bug 673369

Revision history for this message
fisharebest (fisharebest) wrote :

Fixed in SVN 9808

The invalid calendar escape was causing the constructor to drop out of a switch() statement.

As a result, the date object was created, but not initialised. This causes problems with any code that tries to use this date object.