export const getMultiFormatDateTime = (options: GetMultiFormatDateTimeParamOption) => {
  const o = _getMultiFormatDateTimeOptions(options);
  const dt = o.Date;
  dt.setSeconds(dt.getSeconds() + o.seconds);
  dt.setMinutes(dt.getMinutes() + o.minutes);