@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.
|
@@ -31534,7 +31534,7 @@ const CapDatePicker = _ref => {
|
|
|
31534
31534
|
// Render timezone footer if showTimezone is true and timezone is provided
|
|
31535
31535
|
const renderTimezoneFooter = () => {
|
|
31536
31536
|
if (!showTimezone || !timezone) return null;
|
|
31537
|
-
const timezoneOffset = _dayjs.default.tz(timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
|
|
31537
|
+
const timezoneOffset = _dayjs.default.tz((0, _dayjs.default)(), timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
|
|
31538
31538
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
31539
31539
|
className: _styles.default[clsPrefix + "__timezone-footer"],
|
|
31540
31540
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {
|