Skip to content

Commit b917636

Browse files
amilcarlucasCopilot
andcommitted
chore(code stats): Use a shorter date string
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f37b98a commit b917636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate_codebase_pie_chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def create_codebase_pie_chart(sizes: list[int], categories: list[str], colors: l
151151
# Add title
152152
ax.set_title(
153153
"ArduPilot Methodic Configurator\nCodebase Structure by Lines of Code\n(Including Documentation & Configuration)\n"
154-
+ datetime.now(tz=timezone.utc).isoformat(),
154+
+ datetime.now(tz=timezone.utc).strftime('%Y-%m-%d %H:%M UTC'),
155155
fontsize=16,
156156
fontweight="bold",
157157
pad=20,

0 commit comments

Comments
 (0)