I need to get UTC offset and DST information for a specific timezone in node.js. In case i use an external web service, it is necessary that the service used is free with unlimited requests if it's possible.
Example: if i put Europe/Rome timezone as a parameter i need to have 3600 as utc offset and 0 as DST information.
I found timezonedb but there is a rate limit where you can only send request to the server once per second.