Chrono - v2.8.3
    Preparing search index...

    Interface ParsingReference

    interface ParsingReference {
        instant?: Date;
        timezone?: string | number;
    }
    Index

    Properties

    Properties

    instant?: Date

    Reference date. The instant (JavaScript Date object) when the input is written or mention. This effect date/time implication (e.g. weekday or time mentioning). (default = now)

    timezone?: string | number

    Reference timezone. The timezone where the input is written or mention. Date/time implication will account the difference between input timezone and the current system timezone. (default = current timezone)