diff --git a/bin/commands/cmd_create.ml b/bin/commands/cmd_create.ml index 3b168d5..089f9a7 100644 --- a/bin/commands/cmd_create.ml +++ b/bin/commands/cmd_create.ml @@ -10,7 +10,7 @@ let run ~dir ~name = Printf.sprintf "%d%02d%02d%02d%02d%02d" (1900 + tm.Unix.tm_year) - tm.Unix.tm_mon + (1 + tm.Unix.tm_mon) tm.Unix.tm_mday tm.Unix.tm_hour tm.Unix.tm_min