get_dst_offset
Description:
public int get_dst_offset ()
Gets this's daylight/summer time offset from UTC, in minutes.
Eg, a value of 120 would indicate "GMT+2". This is only meaningful if has_dst
returns true.
Parameters:
Returns:
this's daylight/summer time offset, in minutes
|