From eae1dafb01cb48b4ab822070fe844ea8f074a154 Mon Sep 17 00:00:00 2001 From: keshav-005 Date: Wed, 22 Apr 2026 23:22:48 +0530 Subject: [PATCH] Use exchange timezone for stock charts --- lib/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/constants.ts b/lib/constants.ts index 640231e..db73c24 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -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', -]; \ No newline at end of file +];