hsntools.timestamps.dates.get_current_date

hsntools.timestamps.dates.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.