6 lines
104 B
Python
6 lines
104 B
Python
from .handler import _get
|
|
|
|
def TIME():
|
|
data = _get("time")
|
|
return data # epoch, iso, certainty
|