@capillarytech/blaze-ui 4.33.6 → 4.33.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17995,7 +17995,7 @@ const CapDatePicker = _ref => {
17995
17995
  // Render timezone footer if showTimezone is true and timezone is provided
17996
17996
  const renderTimezoneFooter = () => {
17997
17997
  if (!showTimezone || !timezone) return null;
17998
- const timezoneOffset = _dayjs.default.tz(timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
17998
+ const timezoneOffset = _dayjs.default.tz((0, _dayjs.default)(), timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
17999
17999
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
18000
18000
  className: _styles.default[clsPrefix + "__timezone-footer"],
18001
18001
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {