()
| 140 | * captured so scheduling honors the account preference rather than the device. |
| 141 | */ |
| 142 | export function useTimezone(): string { |
| 143 | const { data } = useGeneralSettings() |
| 144 | return data?.timezone ?? getBrowserTimezone() |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Update general settings mutation |
no test coverage detected