@kong-ui-public/analytics-utilities 4.7.0 → 4.8.0

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.
@@ -1866,8 +1866,8 @@ function De(e, t = {}) {
1866
1866
  return e;
1867
1867
  const n = t.tz || Intl.DateTimeFormat().resolvedOptions().timeZone;
1868
1868
  try {
1869
- let r = "MMM dd, YYY hh:mm a";
1870
- t.short && (r = "MMM dd, YYY"), t.includeTZ && (r += " (z)");
1869
+ let r = "MMM dd, yyy hh:mm a";
1870
+ t.short && (r = "MMM dd, yyy"), t.includeTZ && (r += " (z)");
1871
1871
  const a = new Date(e);
1872
1872
  return In(a, n, r);
1873
1873
  } catch {