Module ical4j.core

Class TzHelper

java.lang.Object
net.fortuna.ical4j.transform.compliance.TzHelper

public class TzHelper extends Object
  • Constructor Details

    • TzHelper

      public TzHelper()
  • Method Details

    • getCorrectedTimeZoneIdFrom

      public static String getCorrectedTimeZoneIdFrom(String value)
      Gets a valid timezoneId for the specified timezoneValue or null in 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 null in case the specified time zone value does not match anything known