f3c73fd
1
2
3
4
5
6
7
8
import os import sys sys.path.append(os.path.dirname(os.getcwd())) DATETIME_FORMAT1 = '%Y%m%d%H%M' DATETIME_FORMAT2 = '%Y/%m/%d %H:%M' DATETIME_FORMAT3 = '%Y-%m-%d'