had to fix another thing

This commit is contained in:
Tristan Ancelet
2026-02-23 15:41:36 -06:00
parent 4073706c45
commit 19424b5c44

View File

@@ -1,4 +1,4 @@
module CliGen::Format module CliGen::Format
INPUT_DATETIME_FORMAT = "%Y-%m-%d" INPUT_DATE_FORMAT = "%Y-%m-%d"
INPUT_TIME_FORMAT = "%Y-%m-%d %H:%M:%S" INPUT_DATETIME_FORMAT = "%Y-%m-%d %H:%M:%S"
end end