Calculate a chart without a birth time
calculate_chart_without_birth_timeComputes a natal chart for unknown birth time, returning only verifiable planetary positions while explicitly omitting ascendant, midheaven, and houses. Detects Moon sign changes to prevent presenting unverifiable results.
Instructions
For users who do not know their birth time. Returns only what is genuinely knowable without it, and explicitly lists what is not: ascendant, midheaven and all house positions are omitted with reasons rather than estimated. Also reports whether the Moon changed sign during that day — it does on nearly half of all dates, which means the moon sign itself is undetermined without a time. Never substitute noon and present the result as fact; that is exactly what this tool exists to prevent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Local birth date at the birthplace, YYYY-MM-DD. | |
| latitude | Yes | Birthplace latitude, decimal degrees. | |
| timezone | Yes | IANA timezone of the BIRTHPLACE, e.g. Asia/Taipei. Never the user's current zone — people are routinely asked about a birth in another country. | |
| longitude | Yes | Birthplace longitude, decimal degrees. |