Skip to content

Improve DWIM on straight datetime days #113

@amotl

Description

@amotl

Problem

This is not quite DWIM.

>>> from aika import TimeIntervalParser
>>> TimeIntervalParser().parse("2025-02-25").githubformat()
'2025-02-25..2025-03-01'

Pitch

This would be better.

>>> from aika import TimeIntervalParser
>>> TimeIntervalParser().parse("2025-02-25").githubformat()
'2025-02-25..2025-02-25'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions