fix(basic.gblib): Databases. #392 @othonlima.
This commit is contained in:
parent
94b294d388
commit
4352cc88a1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue