[task] further steps to implement pick comparison from QtPyLoT

This commit is contained in:
2016-05-27 11:25:47 +02:00
parent a1d29a45cb
commit 618dd10c23
4 changed files with 167 additions and 79 deletions

View File

@@ -93,6 +93,14 @@ def fnConstructor(s):
return fn
def four_digits(year):
if year + 2000 < UTCDateTime.utcnow().year:
year += 2000
else:
year += 1900
return year
def getGlobalTimes(stream):
'''