florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 333 forks source link

Fix for NPE when timezone wasn't set in the DateHelper. #251

Closed ashleymorris2 closed 4 years ago

ashleymorris2 commented 4 years ago

If the timezone wasn't set then it would cause an NPE, this change just sets the timezone to default if it hasn't been set.

ashleymorris2 commented 4 years ago

Added changes to the branch that I didn't mean to since the fix.