remove utils file - function moved to core
This commit is contained in:
parent
3f727d892c
commit
36ae0d5f20
1 changed files with 0 additions and 8 deletions
|
@ -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'
|
|
Loading…
Reference in a new issue