fix(all): Intl. dates wrongly formatted due to Node version.
This commit is contained in:
parent
1c1ef59c5b
commit
f4711b76fd
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue