store normalized TimeZone
This commit is contained in:
parent
cca9324eff
commit
e318a1a23d
|
@ -117,7 +117,7 @@ class OmnipodDashPodStateManagerImpl @Inject constructor(
|
|||
override var timeZone: TimeZone
|
||||
get() = TimeZone.getTimeZone(podState.timeZone)
|
||||
set(tz) {
|
||||
podState.timeZone = tz.getDisplayName(true, TimeZone.SHORT)
|
||||
podState.timeZone = tz.toZoneId().normalized().id
|
||||
store()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue