mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
Fix - SQL export is using the wrong hour formatting
This commit is contained in:
parent
fee438c6d1
commit
54b1cde5c9
@ -24,7 +24,7 @@
|
||||
let pureFileName = null;
|
||||
|
||||
function getDefaultFileName() {
|
||||
return `${connection.database}-${dateFormat(new Date(), 'yyyy-MM-dd-hh-mm-ss')}.sql`;
|
||||
return `${connection.database}-${dateFormat(new Date(), 'yyyy-MM-dd-HH-mm-ss')}.sql`;
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user