EVOLUTION-MANAGER
Edit File: selectors.ts
import { UserState } from 'app/types'; export const getTimeZone = (state: UserState) => state.timeZone;