get_sun_times
Calculate sunrise, sunset, and other sun event times for a specific date and location using latitude, longitude, and optional timezone. Output in JSON or text format.
Instructions
Get sun rise/set and other sun event times for a specific date and location
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date to get sun times for (YYYY-MM-DD format). Defaults to current date. | |
format | No | Output format (json or text) | |
latitude | Yes | Latitude for location-specific calculations | |
longitude | Yes | Longitude for location-specific calculations | |
timezone | No | Timezone for the results. Defaults to UTC. |