scope360-core 0.0.472 → 0.0.474

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.
@@ -29868,9 +29868,9 @@ function bl() {
29868
29868
  function X4(t) {
29869
29869
  return new Date(t).getFullYear();
29870
29870
  }
29871
- function Z4(t) {
29872
- const e = bl();
29873
- return Pe.fromISO(t, { setZone: !0 }).setZone(e).toFormat("dd LLLL, y, TT");
29871
+ function Z4(t, e = !0) {
29872
+ const n = e ? bl() : "UTC+0";
29873
+ return Pe.fromISO(t, { setZone: !0 }).setZone(n).toFormat("dd LLLL, y, TT");
29874
29874
  }
29875
29875
  function lw(t, e = "dd/LL/y", n = !0) {
29876
29876
  const s = n ? bl() : "UTC+0";