I'm using Google maps TimeZone API to get the timezone and utc offset for a location (lat/lng) in New York, London, Paris, Sydney.
QUESTION - Will a locally generated timestamp (ex. San Francisco) change the utc offset or time zone for a different location lat/lng (ex. New York, London, Sydney, etc)?
I'm trying to understand the timestamp documentation, but I'm not that smart.
timestamp:
The desired time as seconds since midnight, January 1, 1970 UTC. The Time Zone API uses the timestamp to determine whether or not Daylight Savings should be applied, based on the time zone of the location. Note that the API does not take historical time zones into account. That is, if you specify a past timestamp, the API does not take into account the possibility that the location was previously in a different time zone.