fix(basic.gblib): Databases. #392 @othonlima.

This commit is contained in:
Rodrigo Rodriguez 2023-11-29 22:46:38 -03:00
parent 94b294d388
commit 4352cc88a1

View file

@ -1615,7 +1615,7 @@ export class SystemKeywords {
function process(key, value, o) {
if (value === '0000-00-00') {
o[key] = '01-01-1970 00:00:00.000'
o[key] = '1970-01-01 00:00:00.000'
}
}