Bigkoo / Android-PickerView

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
Apache License 2.0
13.42k stars 3.44k forks source link

Add code to set time zone to get time in other time zone #915

Open prohan-git opened 4 years ago

prohan-git commented 4 years ago

Hello, I encountered this problem in use ,and suggest to add below to source code

public void setTimeZone(TimeZone tz) { if (wheelTime != null) { WheelTime.dateFormat.setTimeZone(tz); } }