NY-9848: [AN]: Make sure that mTimeZone is not null
Created by: rvc-brickabode
From our internal process review:
-
There is a json file with Timezones and offsets. So if the current timezone/city is not found in that json the mTimezone will be null. We are protecting from calling a property/method from a null mTimezone object and then returning only timeInMillis. In this case we think that the offset can be 0.
-
Suggestion: Log the not found Zones/Cities in crashlitics.