zut.time.make_naive
- zut.time.make_naive(value: datetime, tz: tzinfo | Literal['local', 'utc'] | str = 'local') datetime
Make an aware datetime naive in the given timezone.
- Parameters:
tz – Use tz=’local’ for the system local timezone or tz=’utc’ for UTC.