Skip to content

Commit d66bfb7

Browse files
committed
Use non-ambiguous last updated format
1 parent 3df1e65 commit d66bfb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
{% endfor %}
6161
</tbody>
6262
</table>
63-
<p>Last updated at {{ generation_time.strftime('%x %X %Z') }}.</p>
63+
<p>Last updated at {{ generation_time.strftime('%A, %d %B %Y, %X %Z') }}.</p>
6464
</body>
6565
</html>
6666
""")

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ <h1>Python Docs Translation Dashboard</h1>
110110

111111
</tbody>
112112
</table>
113-
<p>Last updated at 11/19/24 11:17:03 UTC.</p>
113+
<p>Last updated at Tuesday, 19 November 2024, 11:28:25 UTC.</p>
114114
</body>
115115
</html>

0 commit comments

Comments
 (0)