| All FRED-sourced metrics | Fixed a timezone bug where JavaScript's new Date("YYYY-01-01") was parsed as UTC midnight, causing getFullYear() to return the previous year in US timezones. All year assignments were shifted by one year for GDP, inflation, and other annual series. Switched to string-based date parsing to eliminate the issue. |
| Employment (Nonfarm Payrolls) | Changed from January-to-January calculation to December-to-December for correct calendar year attribution. For example, 2023 employment growth now reflects Dec 2022 to Dec 2023 change. Values changed across nearly all years (e.g., 2008: -4.3% to -3.5%, 2009: -4.3% to -5.0%, 2023: 2.3% to 2.6%). |
| GDP Growth | All values from 1981-2023 were shifted by one year due to the timezone bug, causing each year to display the next year's value. For example, 1981 changed from -1.8% to 2.5%, and 2000 changed from 1.0% to 4.1%. |
| Inflation (CPI) | All values from 1981-2023 were shifted by one year due to the timezone bug. For example, 1981 changed from 6.1% to 10.3%, correcting a significant understatement of early-Reagan inflation. |
| Household Debt | Changed from billions to millions of dollars to match FRED's native CMDEBT unit (millions). All values updated accordingly (e.g., 2024: $20,340B displayed as $20,253,029M in raw data, rendered as $20.3T on charts). |
| Consumer Credit | Changed from billions to millions of dollars to match FRED's native HCCSDODNS unit (millions). All values updated accordingly. |