Sys_time

Sys_time()

Get the current time

Returns

Name Type Description
datetime.datetime a datetime.datetime object with the current time in UTC

Examples

>>> from rlike import *
>>> x = Sys_time()