changed date format to YYYY-MM-DD

closes #1951
This commit is contained in:
discip
2024-07-23 14:54:22 +02:00
committed by GitHub
parent a855a68ca3
commit a4f070f4fd

View File

@@ -152,7 +152,7 @@ def get_constants() -> List[Tuple[str, str]]:
def get_debug_menu() -> List[str]:
return [
datetime.today().strftime("%d-%m-%y"),
datetime.today().strftime("%y-%m-%d"),
"ID ",
"ACC ",
"PWR ",