mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 19:47:12 +00:00
EPOCH = 1970-01-01
This commit is contained in:
@@ -82,7 +82,7 @@ def current_expo():
|
||||
if expos:
|
||||
return expos[0].year
|
||||
else:
|
||||
return "1970"
|
||||
return settings.EPOCH.year
|
||||
|
||||
def only_commit(fname, message):
|
||||
"""Only used to commit a survex file edited and saved in view/survex.py"""
|
||||
|
||||
Reference in New Issue
Block a user