I have timezone names like Europe/Paris , America/New_York as described in
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Given these strings (like "Europe/Paris") I want to know the UTC offset in seconds for these timezones.
One way I can think of is play with TZ environment variables to set timezone and calculate offset.But I am able to figure out exactly how to do this.
I am working in C on linux.
Need your suggestions!
I am using the following code to get time with a specific timezone.
Using this function the calculation of the offset is strait-forward. For example: