• Check if target is a valid RFC3339 timestamp

    Example

    expect(isRFC3339('2009-05-19 14:39:22-06:00').value).toBeTruthy()
    

    Example

    const isRFC3339:boolean = isRFC3339('2002-10-02T15:00:00Z')
    

    Parameters

    • target: string

      The time stamp

    Returns Result<boolean | undefined>

Generated using TypeDoc