Skip to content

Commit

Permalink
change dump name to 24 hour format (#3521)
Browse files Browse the repository at this point in the history
This will keep dump order and avoid afternoon an morning mix
  • Loading branch information
lalop authored and jmolivas committed Oct 27, 2017
1 parent 058dcc6 commit decc9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Database/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
'%s/%s-%s.sql',
$this->appRoot,
$databaseConnection['database'],
$date->format('Y-m-d-h-i-s')
$date->format('Y-m-d-H-i-s')
);
}

Expand Down

0 comments on commit decc9db

Please sign in to comment.