lmstudio-ai / lmstudio-ai/lmstudio-bug-tracker
Jinja `strftime_now` only work with `%Y-%m-%d`
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 152
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Jinja strftime_now only work with %Y-%m-%d,not work other format-codes like %Y-%m-%d %H:%M:%S
https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Jinja strftime_now behavior described in the issue with %Y-%m-%d and %Y-%m-%d %H:%M:%S, then compare the results with Python's documented strftime format codes. Done means supported format codes produce the expected date and time output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100