[ Version ( since = "1.0" ) ]
public int get_utc_offset (Time? tt, out int is_daylight)
Calculates the UTC offset of a given local time in the given timezone.
It is the number of seconds to add to UTC to get local time. The is_daylight flag is set to 1 if the time is in daylight-savings time.
this |
The given Timezone |
tt |
The local time |
is_daylight |
Whether it is day light |
UTC offset of the this |