-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Using v2.7.1.
Creating another issue for this, since it happens regardless of the "unspecified" value (currently scratching my head over it by the way):
> edtf('0000-02-29').edtf // expecting '0000-02-29'... wrong
'0000-03-01'
> edtf('0000-02-28').next().edtf // expecting '0000-02-29'... wrong
'0000-03-01'
> edtf('0000-03-01').prev().edtf // expecting '0000-02-29'... wrong
'0000-02-28'
Metadata
Metadata
Assignees
Labels
No labels