update the promt

This commit is contained in:
CREDO23 2025-07-24 12:03:30 +02:00
parent 2bb013ef9d
commit 7af65a5a66

View file

@ -452,8 +452,6 @@ class JiraConnector:
return "Unknown date"
try:
from datetime import datetime
# Jira dates are typically in format: 2023-01-01T12:00:00.000+0000
dt = datetime.fromisoformat(iso_date.replace("Z", "+00:00"))
return dt.strftime("%Y-%m-%d %H:%M:%S")