{{ display }} weather records
Record high and low temperatures for {{ display }} — by month, by season, and all-time — with the dates they occurred, across {{ year_range[0] }}–{{ year_range[1] }} of daily climate history.{% if all_time.tmax and all_time.tmin %} Its hottest day on record reached {{ all_time.tmax.max | round | int }}°F ({{ ((all_time.tmax.max - 32) * 5 / 9) | round | int }}°C) on {{ all_time.tmax.max_date }}; its coldest fell to {{ all_time.tmin.min | round | int }}°F ({{ ((all_time.tmin.min - 32) * 5 / 9) | round | int }}°C) on {{ all_time.tmin.min_date }}.{% endif %}
Records by month
The warmest and coldest {{ name }} has ever been in each calendar month. Tap a month for its full averages and typical range.
| Month | Record high | Record low |
|---|---|---|
| {{ m.name }} | {{ m.high }}{{ m.high_date }} | {{ m.low }}{{ m.low_date }} |
Records by season
Meteorological seasons for the {{ hemisphere }} Hemisphere — each a three-month span — and the most extreme {{ name }} has recorded within each.
| Season | Record high | Record low |
|---|---|---|
| {{ s.name }} ({{ s.span }}) | {{ s.high }}{{ s.high_date }} | {{ s.low }}{{ s.low_date }} |
All-time records
The most extreme value {{ name }} has recorded for each metric across its entire history.
{{ r.label }}
For rainfall, the “driest” figure is the longest run of consecutive days without measurable rain, dated to when that dry spell began.