make_naive(value, timezone=None)
[source]
Returns an naive datetime
that represents in timezone
the same point in time as value
, value
being an aware datetime
. If timezone
is set to None
, it defaults to the current time zone.
Designed by : w10schools
service@w10schools.com
Please login to continue.