mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-04 11:39:19 +00:00
update the promt
This commit is contained in:
parent
2bb013ef9d
commit
7af65a5a66
1 changed files with 0 additions and 2 deletions
|
@ -452,8 +452,6 @@ class JiraConnector:
|
||||||
return "Unknown date"
|
return "Unknown date"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from datetime import datetime
|
|
||||||
|
|
||||||
# Jira dates are typically in format: 2023-01-01T12:00:00.000+0000
|
# Jira dates are typically in format: 2023-01-01T12:00:00.000+0000
|
||||||
dt = datetime.fromisoformat(iso_date.replace("Z", "+00:00"))
|
dt = datetime.fromisoformat(iso_date.replace("Z", "+00:00"))
|
||||||
return dt.strftime("%Y-%m-%d %H:%M:%S")
|
return dt.strftime("%Y-%m-%d %H:%M:%S")
|
||||||
|
|
Loading…
Add table
Reference in a new issue