Given a location (lat, lng) and a date/time local to that location, how do I convert the date/time to UTC? I don't have the UTC offset or time zone of the location.
All of the time zone APIs I've looked at require a UTC timestamp but all I have is a local timestamp for the location, which obviously doesn't work properly to identity DST change-over etc.
Is there another way to do this?