Python APIutilsdateOn this pagedate def timestamp_to_local_date(timestamp: str) -> str Convert a timestamp to local date format. Parameters timestamp : str Timestamp string to convert. Returns str Local date in ISO format.