rlike
Home
Reference
Tutorials
File operations
Saving
Text
Sets
More
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()