mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +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"
|
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}"
|
platform_text += f"- The current date/time: {dt}"
|
||||||
|
|
||||||
prompt = prompt.format(
|
prompt = prompt.format(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue