Chrono - v2.8.3
    Preparing search index...

    Interface ParsingOption

    interface ParsingOption {
        forwardDate?: boolean;
        timezones?: TimezoneAbbrMap;
    }
    Index

    Properties

    forwardDate?: boolean

    To parse only forward dates (the results should be after the reference date). This effects date/time implication (e.g. weekday or time mentioning)

    timezones?: TimezoneAbbrMap

    Additional timezone keywords for the parsers to recognize. Any value provided will override the default handling of that value.