EPOCH = 1970-01-01

This commit is contained in:
2023-09-07 21:47:02 +03:00
parent 1631111a7f
commit 8b76cad15a
3 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -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"""