zut.time.now_naive
- zut.time.now_naive(tz: tzinfo | Literal['local', 'utc'] | str = 'local', *, no_microseconds=False)
Get the current naive datetime in the given timezone.
- Parameters:
tz – Use tz=’local’ for the system local timezone or tz=’utc’ for UTC.