Skip to content

Tag: moment-timezone

Get client local timezone in React js

I want to get the client machine local timezone. I tried moment-timezone npm package, with the following command But it is giving me Universal timezone ie UTC, but I want IST Can anybody please guide me how to get client machine local time zone. Answer If you just want the timezone offset, it is pretty straig…