bug fix display and load
This commit is contained in:
@@ -147,6 +147,9 @@ class EnvelopeListItem(Static):
|
||||
date_str = date_str.replace("Z", "+00:00")
|
||||
dt = datetime.fromisoformat(date_str)
|
||||
|
||||
# Convert to local timezone
|
||||
dt = dt.astimezone()
|
||||
|
||||
parts = []
|
||||
if self.config.show_date:
|
||||
parts.append(dt.strftime(self.config.date_format))
|
||||
|
||||
Reference in New Issue
Block a user