Skip to content

Commit

Permalink
mssql format date 121
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Jan 24, 2024
1 parent 8dafd8e commit 6917084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tedious/formatDateOut.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function formatDateOut(column, alias) {
return `CONVERT(VARCHAR, ${alias}.${column._dbName}, 120)`;
return `CONVERT(VARCHAR, ${alias}.${column._dbName}, 121)`;
}

module.exports = formatDateOut;

0 comments on commit 6917084

Please sign in to comment.