()
| 147 | }; |
| 148 | |
| 149 | export const getFormattedTodayDate = () => new Date().toLocaleDateString('en-US', { |
| 150 | weekday: 'long', |
| 151 | year: 'numeric', |
| 152 | month: 'long', |
| 153 | day: 'numeric', |
| 154 | timeZone: 'UTC', |
| 155 | }); |
| 156 | |
| 157 | /** |
| 158 | * Maps Finnhub exchange suffixes to TradingView exchange prefixes. |