Skip to content

Calculating BCE dates #15

Description

@sati-bodhi

Is there a way to do calculations, especially for BCE dates?

from flexidate import parse
fd = parse('2 BC')
int(fd.year)+2

Converting to integer would yield year 0. Seems like adopting the astronomical numbering for years before 1 AD is indeed the way to go as far as calculations are involved.

What is flexidate's approach to such issues?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions