Login and get codingGet to know
pytz
! pytz brings the Olson tz database into Python (docs). Let's see how many hours Bob and Julian have to bridge in order to deliver you PyBites. It differs depending on whether it's Winter or Summer in their relative hemispheres.Complete the
what_time_lives_pybites
function which receives a naive / not timezone awaredatetime
object:There are two kinds of date and time objects: naive and aware: an aware object has sufficient knowledge of applicable algorithmic and political time adjustments, such as time zone and daylight saving time information, to locate itself relative to other aware objects. An aware object is used to represent a specific moment in time that is not open to interpretation. - docsFirst convert the passed in
naive_utc_dt
to a aware datetime, then convert it toAUSTRALIA
andSPAIN
localized datetimes returning them in a tuple. For a bit more advancedpytz
Bite try Bite 73 ...Have fun and keep coding in Python!
379 out of 386 users completed this Bite.
Will you be the 380th person to crack this Bite?
Resolution time: ~40 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 3.11 on a 1-10 difficulty scale.
» You can do it! 😌