I cannot solve the seemingly simple problem of getting on my Node.js server (UTC) the timestamp of a certain point in time in a certain IANA timezone. Something like this:
getTsByTimezone('America/New_York', 2021, 2, 2, 17, 0, 0, 0) => int
I would not like to use third-party libraries Moment or the like.
Thank you!