Skip to content

Commit 9c26976

Browse files
committed
Update llms.txt: improve date/time format in API documentation examples
- Change date format from ISO (2025-11-25) to readable (Nov 25, 2025) - Change time format from 24h (09:30-10:00) to 12h (9:30 AM - 10:00 AM) - Makes example responses more user-friendly in LLM documentation [skip-cd]
1 parent 8291f33 commit 9c26976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ https://adoptai.codecrafter.fr/sessions?date=2025-11-25&search=finance
164164
"id": "...",
165165
"title": "...",
166166
"description": "...",
167-
"date": "2025-11-25",
168-
"time": "09:30-10:00",
167+
"date": "Nov 25, 2025",
168+
"time": "9:30 AM - 10:00 AM",
169169
"stage": "CEO Stage",
170170
"speakers": [
171171
{

0 commit comments

Comments
 (0)