localtime(value, timezone=None)
[source]
Converts an aware datetime
to a different time zone, by default the current time zone.
This function doesn’t work on naive datetimes; use make_aware()
instead.
localtime(value, timezone=None)
[source]
Converts an aware datetime
to a different time zone, by default the current time zone.
This function doesn’t work on naive datetimes; use make_aware()
instead.
Designed by : w10schools
service@w10schools.com
Please login to continue.