Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
isDate,
isPast,
isWithinInterval,
- maxTime,
toDate,
} from 'date-fns';
+import { maxTime } from 'date-fns/constants';
import type { ChargingStation } from './ChargingStation';
import { getConfigurationKey } from './ConfigurationKeyUtils';
addSeconds,
differenceInSeconds,
isDate,
- maxTime,
secondsToMilliseconds,
} from 'date-fns';
+import { maxTime } from 'date-fns/constants';
import { create } from 'tar';
import { OCPP16Constants } from './OCPP16Constants';