Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yifanxie
/
numerdash
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f3c73fd
numerdash
/
project_tools
/
project_config.py
yifanxie
first commit
f3c73fd
about 3 years ago
raw
Copy download link
history
blame
166 Bytes
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'