fix(all): Intl. dates wrongly formatted due to Node version.

This commit is contained in:
Rodrigo Rodriguez 2021-08-30 07:14:40 -03:00
parent 5f8895ed0e
commit bfc83a1a61

View file

@ -40,6 +40,7 @@ import { GBDeployer } from '../../core.gbapp/services/GBDeployer';
import { SecService } from '../../security.gbapp/services/SecService';
import { SystemKeywords } from './SystemKeywords';
var DateDiff = require('date-diff');
const { DateTime } = require("luxon");
/**