Use exchange timezone for stock charts

This commit is contained in:
keshav-005 2026-04-22 23:22:48 +05:30
parent fe59884827
commit eae1dafb01
1 changed files with 3 additions and 3 deletions

View File

@ -195,7 +195,7 @@ export const CANDLE_CHART_WIDGET_CONFIG = (symbol: string) => ({
style: 1,
symbol: symbol.toUpperCase(),
theme: 'dark',
timezone: 'Etc/UTC',
timezone: 'exchange',
backgroundColor: '#141414',
gridColor: '#141414',
watchlist: [],
@ -221,7 +221,7 @@ export const BASELINE_WIDGET_CONFIG = (symbol: string) => ({
style: 10,
symbol: symbol.toUpperCase(),
theme: 'dark',
timezone: 'Etc/UTC',
timezone: 'exchange',
backgroundColor: '#141414',
gridColor: '#141414',
watchlist: [],
@ -337,4 +337,4 @@ export const WATCHLIST_TABLE_HEADER = [
'P/E Ratio',
'Alert',
'Action',
];
];