@fr0st/datetime 6.0.0 → 6.1.1

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.
@@ -1819,7 +1819,7 @@
1819
1819
 
1820
1820
  let datetime = this.fromTimestamp(0, {
1821
1821
  locale: options.locale,
1822
- }).setYear(1).setTimeZone(timeZone);
1822
+ }).setTimeZone(timeZone);
1823
1823
 
1824
1824
  const methods = parseFactory();
1825
1825