Calculate True Solar Time
calculate_true_solar_timeConvert civil birth time to true solar time using longitude, timezone, and DST offset to determine the correct hour pillar in Bazi chart calculations.
Instructions
Calculate OpenFate True Solar Time from civil birth time, longitude, timezone, and optional DST offset. Use this when explaining why the hour pillar may differ from ordinary clock-time tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | ||
| hour | Yes | ||
| year | Yes | ||
| month | Yes | ||
| minute | No | ||
| timezone | No | UTC offset in hours for the clock time. | |
| dstOffset | No | Daylight saving offset in hours. | |
| longitude | Yes | Birthplace longitude in decimal degrees. | |
| timezoneId | No | IANA timezone ID, such as Asia/Shanghai. |