SwiftDate icon indicating copy to clipboard operation
SwiftDate copied to clipboard

Default Region not updating

Open gupta515 opened this issue 7 years ago • 3 comments

Whenever device timezone is changed, default region in the application is not getting updated. Please check on this.

gupta515 avatar Apr 07 '17 08:04 gupta515

Is there a way to check it in Simulator? Both Locale and TimeZone uses the default autoupdating feature.

malcommac avatar Jun 10 '17 16:06 malcommac

@malcommac Hi, no there is no way to check on simulator. I tested this scenario on device.

gupta515 avatar Jun 12 '17 06:06 gupta515

Dear, I think bug still occur at build 4.5.0 when I change the time zone of my device. Time get time with properties of SwiftDate, it still uses old TimeZone. I replace by use DateComponents with TimeZone autoUpdatingCurrent

y4gamilight avatar Mar 09 '18 03:03 y4gamilight