Converts a Unix timestamp to a timezone-aware datetime.
By default, the timestamp is converted to UTC.
If you need a different timezone, specify it using the tz argument.
- Parameters:
-
- Returns:
- A timezone-aware
datetime object corresponding to the given timestamp.
- Return type:
datetime