mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-03-13 05:41:47 +00:00
One more try
This commit is contained in:
parent
cf413dd03c
commit
f9c2e0e170
@ -111,7 +111,6 @@ def ParseDate(tripdate, year):
|
||||
assert not mdategoof.group(3) or mdategoof.group(3) == year[:2], mdategoof.groups()
|
||||
yadd = int(year[:2]) * 100
|
||||
day, month, year = int(mdategoof.group(1)), int(mdategoof.group(2)), int(mdategoof.group(4)) + yadd
|
||||
else:
|
||||
#assert False, tripdate
|
||||
return datetime.date(year, month, day)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user