Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Don't parse dates with more than 4 digits for the year #556

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2019

  1. Don't parse dates with more than 4 digits for the year

    The regex was broken before, using `(?!…)` instead of `(?<=…)`.
    heinrich5991 committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    e46ad8e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    a268199 View commit details
    Browse the repository at this point in the history