Class FastDateParser.ISO8601TimeZoneStrategy

    • Constructor Detail

      • ISO8601TimeZoneStrategy

        ISO8601TimeZoneStrategy​(java.lang.String pattern)
        Constructs a Strategy that parses a TimeZone
        Parameters:
        pattern - The Pattern
    • Method Detail

      • getStrategy

        static FastDateParser.Strategy getStrategy​(int tokenLen)
        Factory method for ISO8601TimeZoneStrategies.
        Parameters:
        tokenLen - a token indicating the length of the TimeZone String to be formatted.
        Returns:
        a ISO8601TimeZoneStrategy that can format TimeZone String of length tokenLen. If no such strategy exists, an IllegalArgumentException will be thrown.