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 1c1ef59c5b
commit f4711b76fd

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");
/**