remove utils file - function moved to core

This commit is contained in:
Job Evers-Meltzer 2016-09-29 23:22:43 -05:00
parent 3f727d892c
commit 36ae0d5f20

View file

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