mirror of
https://github.com/acamarata/moon-cycle.git
synced 2026-06-30 18:54:29 +00:00
593 B
593 B
moon-cycle / MONTH_ANCHOR
Variable: MONTH_ANCHOR
constMONTH_ANCHOR:Date
Defined in: types.ts:89
Anchor date for the monthly cycle: the 2023-11-13 new moon (UTC).
All synodic phase calculations measure elapsed time from this reference point. Confirmed against JPL Horizons ephemeris data.
Example
import { MONTH_ANCHOR } from 'moon-cycle';
const ageMs = Date.now() - MONTH_ANCHOR.getTime();