lbry-sdk/lbrynet/analytics/utils.py
2016-08-12 13:37:26 -05:00

9 lines
171 B
Python

import datetime
from lbrynet.core.utils import *
def now():
"""Return utc now in isoformat with timezone"""
return datetime.datetime.utcnow().isoformat() + 'Z'