Logs for #nikola for 2025-01-10

21:26:25 <Besnik_b> Hello! I’m trying to change the way the dates are displayed (Nikola with Libretto theme). Are there any restriction about PHP date parameters? I changed the default to post.formatted_date('%j %n %Y') and it displays %j %n %2025
21:27:29 <ChrisWarrick> Besnik_b: hi, this Nikola is not using PHP date formats
21:27:38 <ChrisWarrick> Besnik_b: the best way to change the date format is via conf.py
21:28:03 <ChrisWarrick> Besnik_b: different formats are applied depending on the library in use, the default babel library expects CLDR-style dates
21:28:32 <Besnik_b> Thank you, ChrisWarrick!
21:30:19 <ChrisWarrick> you’re welcome!