From b9c2b044ffb86dd6362ca57351da8a268dc6c6b7 Mon Sep 17 00:00:00 2001 From: eclipse Date: Tue, 15 Jul 2025 23:13:00 +0200 Subject: [PATCH] added commect to explain what the script does --- utils/format_dates.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/format_dates.py b/utils/format_dates.py index 45e0977..62ff886 100755 --- a/utils/format_dates.py +++ b/utils/format_dates.py @@ -1,6 +1,11 @@ #!/usr/bin/env python3 # -*- coding: utf8 -*- +""" +Helper script that normalizes all existing date entries in the DB's "Werk" table to the format "YYYY[-MM[-DD]]". +""" + + from flask import Flask from dotenv import load_dotenv import os