static time_duration_type utc_to_local_base_offset()
 {
   return time_duration_type(hours,minutes,0);
 }
Exemple #2
0
 //! The time of day for the dst transition (eg: typically 01:00:00 or 02:00:00)
 static time_duration_type dst_offset() 
 {
   return time_duration_type(0,dst_traits::dst_shift_length_minutes(),0);
 }