Inspect historical timezone and DST
inspect_historical_timezoneCheck whether daylight saving time was in effect on a past local birth date and convert it to UTC using historical timezone rules, avoiding chart errors caused by present-day offsets.
Instructions
Resolve a local birth date and time to UTC using historical timezone rules, and report whether daylight saving time was actually in effect on that date. This is the single most common source of wrong charts: many tools apply the PRESENT-DAY offset to a past date. Taiwan observed DST 1945-1961 and 1974-1979, mainland China 1986-1991, Japan 1948-1951 — a birth inside those windows is an hour off in tools that ignore them, which moves the ascendant about 15 degrees. Use this to explain WHY two charts differ.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Local birth date at the birthplace, YYYY-MM-DD. | |
| time | Yes | Local clock time at the birthplace, HH:mm 24-hour, as written on the birth record. | |
| 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. |