diff --git a/src/store/stock-quote/index.js b/src/store/stock-quote/index.js index 5849d39..9631a6d 100644 --- a/src/store/stock-quote/index.js +++ b/src/store/stock-quote/index.js @@ -54,7 +54,7 @@ export const useStockQuote = createGlobalState(() => { if (res.data.status === 0) { lastTradingDay = dayjs(res.data.data[0].date) } - return lastTradingDay.format('MMM D, YYYY') + ' 4:00 PM [EDT]' + return lastTradingDay.format('MMM D, YYYY') + ' 4:00 PM EDT' } }