@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.
package/dist/index.js CHANGED
@@ -63407,7 +63407,7 @@ const CapDatePicker = _ref => {
63407
63407
  // Render timezone footer if showTimezone is true and timezone is provided
63408
63408
  const renderTimezoneFooter = () => {
63409
63409
  if (!showTimezone || !timezone) return null;
63410
- const timezoneOffset = _dayjs.default.tz(timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
63410
+ const timezoneOffset = _dayjs.default.tz((0, _dayjs.default)(), timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
63411
63411
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
63412
63412
  className: _styles.default[clsPrefix + "__timezone-footer"],
63413
63413
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {