[taginfo] Fix timestamp format

This commit is contained in:
David Martinez
2025-10-05 23:59:48 +02:00
committed by x7z4w
parent 6fe73a2e5c
commit 7915b85f58

View File

@@ -93,7 +93,7 @@ def main() -> None:
data: dict[str, any] = {
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/organicmaps/organicmaps/master/data/taginfo.json",
"data_updated": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"),
"data_updated": datetime.now(timezone.utc).strftime("%Y%m%dT%H%M%SZ"),
"project": PROJECT_INFO,
"tags": tags
}