fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 4352cc88a1 - Show all commits

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'
}
}