moment-hijri-plus/src
Aric Camarata c6e9a49d19 fix: convert the displayed calendar date in toHijri for hijri-core's UTC-day contract
moment.fn.toHijri now passes new Date(Date.UTC(this.year(), this.month(), this.date()))
to hijri-core instead of the raw instant (this.toDate()). This converts the calendar
date the moment instance displays, respecting utc() mode, rather than the underlying
millisecond value — eliminating wrong-Hijri-day results around UTC-midnight for hosts
east or west of UTC.

Lock-step with hijri-core fix/utc-day-boundary (commit 3419378). fromHijri path
was already correct; its comment updated for clarity.
2026-06-10 16:35:48 -04:00
..
index.ts fix: convert the displayed calendar date in toHijri for hijri-core's UTC-day contract 2026-06-10 16:35:48 -04:00
types.ts ci: fix coverage corepack order, eslint parser devDeps, pack-check d.mts 2026-05-31 08:48:36 -04:00