Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0-RC1
-
None
-
All
Description
The DateUtils class can't handle certain timestamps.
The following code
DateUtils.getDate("9223372036854775807");
throws an "java.lang.RuntimeException: java.text.ParseException: ERR_04363 Invalid Time too short, expected field 'fraction of second' or 'timezone'."
The value in microsofts active directory indicates that e.g. an account never expires...