-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 8, 25
-
Component/s: core-libs
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
TimeZone.getTimeZone(null) should fallback to default timezone (GMT) without causing NPE
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Make this call:
TimeZone.getTimeZone(null)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Fallback Timezone GTM should be returned.
ACTUAL -
NPE is thrown.
---------- BEGIN SOURCE ----------
TimeZone.getTimeZone(null)
---------- END SOURCE ----------
TimeZone.getTimeZone(null) should fallback to default timezone (GMT) without causing NPE
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Make this call:
TimeZone.getTimeZone(null)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Fallback Timezone GTM should be returned.
ACTUAL -
NPE is thrown.
---------- BEGIN SOURCE ----------
TimeZone.getTimeZone(null)
---------- END SOURCE ----------