Probably something like: ``` self.__dt = datetime.datetime.fromtimestamp(timestamp).replace(tzinfo=UTC) ```
Probably something like: