diff --git a/packages/xo-server/src/utils.js b/packages/xo-server/src/utils.js index 22b8b7eaf..a40d13888 100644 --- a/packages/xo-server/src/utils.js +++ b/packages/xo-server/src/utils.js @@ -23,11 +23,6 @@ import { reflect as pReflect, } from 'promise-toolbox' -// Moment timezone can be loaded only one time, it's a workaround to load -// the latest version because cron module uses an old version of moment which -// does not implement `guess` function for example. -import 'moment-timezone' - // =================================================================== // Similar to map() + Promise.all() but wait for all promises to