This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
CLARION_DAY_ZERO = datetime.date(1800,12,28) #this is the important date to work with! | |
def date_to_clarion_date(input_date): | |
""" | |
this is evil because I'm not checking jack... |
NewerOlder