androidify Time Zone
Ensures that a given DateProperty either
has a time zone with an ID that is available in Android, or
is an UTC property (DateProperty.isUtc = true).
To get the time zone ID which shall be given to the Calendar provider, use storageTzId.
Parameters
date
DateProperty to validate. Values which are not DATE-TIME will be ignored.
tz Registry
time zone registry to get time zones from
Ensures that a given DateListProperty either
has a time zone with an ID that is available in Android, or
is an UTC property (DateProperty.isUtc = true).
Parameters
date List
DateListProperty to validate. Values which are not DATE-TIME will be ignored.