mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
fix: Show date and time without milliseconds
This commit is contained in:
parent
0d6b41f5c0
commit
11745ad16e
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ class Coder:
|
|||
f"- The user's language: {user_lang}\n"
|
||||
)
|
||||
|
||||
dt = datetime.now().isoformat()
|
||||
dt = datetime.now().strftime("%Y-%m-%dT%H:%M:%S")
|
||||
platform_text += f"- The current date/time: {dt}"
|
||||
|
||||
prompt = prompt.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue