| Month range | Brazil season | Northern equivalent | |-------------|---------------|----------------------| | Dec–Mar | Summer | Winter | | Apr–Jun | Fall (autumn) | Spring | | Jul–Sep | Winter | Summer | | Oct–Nov* | Spring | Fall |
1. Core logic (simplified) Brazil is in the Southern Hemisphere . Seasons are opposite to the Northern Hemisphere:
*Spring in Brazil is Oct–Nov (with Sept sometimes included, but Oct–Nov is clearer). Example output for today (April 14, 2026): 👉 “Brazil is in Autumn (Fall) right now.” 3. Sample code (JavaScript – can adapt to Python, PHP, etc.) function getBrazilSeason() const now = new Date(); const month = now.getMonth(); // 0 = Jan, 11 = Dec if (month >= 11