diff --git a/pyrmv/classes/Stop.py b/pyrmv/classes/Stop.py index 858a85c..19f472d 100644 --- a/pyrmv/classes/Stop.py +++ b/pyrmv/classes/Stop.py @@ -38,4 +38,4 @@ class StopTrip(Stop): return super().get_id() def __str__(self) -> str: - return f"Stop {self.name} at {self.lon}, {self.lat} at {self.time} {self.date}" \ No newline at end of file + return f"Stop {self.name} at {self.lon}, {self.lat} at {self.time.time()} {self.date.date()}" \ No newline at end of file