Category "moment-timezone"

How to convert current datetime into given timezone and store in MongoDB & fetch in DD-MM-YYYY HH:mm format?

My local time is 'Asia/Kolkata.' And I have to convert the current DateTime into 'Pacific/Auckland' and store it into MongoDB And on fetch I have to format this

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 moment.tz().zoneAbbr() But it is giving me Uni