fix(core): Replace all moment imports with moment-timezone (#8337)
This commit is contained in:
committed by
GitHub
parent
e3cedf7db0
commit
52a2e25a25
@@ -10,7 +10,7 @@ import { NodeApiError } from 'n8n-workflow';
|
||||
|
||||
import type { OptionsWithUri } from 'request';
|
||||
|
||||
import moment from 'moment';
|
||||
import moment from 'moment-timezone';
|
||||
|
||||
import * as losslessJSON from 'lossless-json';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user