HKHari Krishna Aneminharikrishna.hashnode.dev·Jan 22, 2022 · 1 min readGet the current/user time zone without any librariesconst timezone = Intl .DateTimeFormat() .resolvedOptions() .timeZone; console.log('timezone:', timezone); output: timezone: Asia/Calcutta00