add timeZone config for global config dateOptions ``` { provide: GANTT_GLOBAL_CONFIG, useValue: { dateOptions: { timeZone: 'America/New_York' } } } ```