From 0e94ad36b580534877871ece247ed6085b5749ef Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 6 Jul 2025 18:26:41 +0000 Subject: feat: Add a new timezone user setting --- apps/web/lib/userSettings.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/lib') diff --git a/apps/web/lib/userSettings.tsx b/apps/web/lib/userSettings.tsx index 1590f727..2ab7db2b 100644 --- a/apps/web/lib/userSettings.tsx +++ b/apps/web/lib/userSettings.tsx @@ -9,6 +9,7 @@ import { api } from "./trpc"; export const UserSettingsContext = createContext({ bookmarkClickAction: "open_original_link", archiveDisplayBehaviour: "show", + timezone: "UTC", }); export function UserSettingsContextProvider({ -- cgit v1.2.3-70-g09d2