zut.timezone.make_naive

zut.timezone.make_naive(value: datetime, tz: tzinfo | str | None = None) datetime

Make a datetime naive and expressed in the given timezone (use tz=None or tz=’localtime’ for the system local timezone or tz=’UTC’ for UTC).