convnwb.utils.tools.get_current_date

convnwb.utils.tools.get_current_date(tz=None)[source]

Get the current datetime.

Parameters:
tzdateutil.tz.tz, optional

Timezone information. If not provided, defaults to the local time zone.

Returns:
datedatetime.datetime

The current date information.