← Code LabPython0/50 solved · 0%
Tooling · medium

28. Dates and timestamps

Convert Unix epoch seconds to readable dates.

Write `year_of(timestamp)` returning the UTC year (an int) of a Unix epoch timestamp, using `datetime.fromtimestamp` with `timezone.utc`.
Required in your answer: fromtimestamptimezone.utc