zut.tz.make_naive

zut.tz.make_naive(value: datetime, tz: tzinfo | Literal['local', 'utc'] | str | None = 'local') datetime

Make an aware datetime naive in the given timezone (use tz=’local’ for the system local timezone or tz=’utc’ for UTC).