The 
save data member is extra information not normally needed
for conversion between 
local_time and 
sys_time.If 
save != 0min, this 
sys_info is said to be on “daylight saving” time,
and 
offset - save suggests what offset this 
time_zone might use
if it were off daylight saving time
.However, this information should not be taken as authoritative
.The only sure way to get such information
is to query the 
time_zone with a 
time_point
that returns a 
sys_info where 
save == 0min.There is no guarantee what 
time_point might return such a 
sys_info
except that it is guaranteed not to be in the range [
begin, end)
(if 
save != 0min for this 
sys_info)
.