java.lang.Object
net.fortuna.ical4j.transform.compliance.TzHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCorrectedTimeZoneIdFrom(String value) Gets a valid timezoneId for the specified timezoneValue ornullin case the specified time zone value does not match anything known.
-
Constructor Details
-
TzHelper
public TzHelper()
-
-
Method Details
-
getCorrectedTimeZoneIdFrom
Gets a valid timezoneId for the specified timezoneValue ornullin case the specified time zone value does not match anything known.- Parameters:
value- time zone value read from ICS file. The value can be a Microsoft time zone id or an invalid time zone value- Returns:
- a valid timezoneId for the specified timezoneValue or
nullin case the specified time zone value does not match anything known
-