We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df1e65 commit d66bfb7Copy full SHA for d66bfb7
generate.py
@@ -60,7 +60,7 @@
60
{% endfor %}
61
</tbody>
62
</table>
63
-<p>Last updated at {{ generation_time.strftime('%x %X %Z') }}.</p>
+<p>Last updated at {{ generation_time.strftime('%A, %d %B %Y, %X %Z') }}.</p>
64
</body>
65
</html>
66
""")
index.html
@@ -110,6 +110,6 @@ <h1>Python Docs Translation Dashboard</h1>
110
111
112
113
-<p>Last updated at 11/19/24 11:17:03 UTC.</p>
+<p>Last updated at Tuesday, 19 November 2024, 11:28:25 UTC.</p>
114
115
0 commit comments