Sys_Date

Sys_Date()

Get the current date

Returns

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

Examples

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