DateUtils.parseVTimeZone
throws unexpected exception
#184
Labels
refactoring
Quality improvement of existing functions
It's dangerous that
DateUtils.parseVTimeZone
throws aRuntimeException
when the timezone definition is unparseable (which is easily possible).It should return
null
instead.The text was updated successfully, but these errors were encountered: