YY-MM-DD => YYYY-MM-DD

This commit is contained in:
discip
2024-07-23 21:42:56 +02:00
committed by GitHub
parent d2c3d3091d
commit aec1e7883d

View File

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