Struct template eu_dst_trait
boost::date_time::eu_dst_trait — Rules for daylight savings start in the EU (Last Sun in Mar).
Synopsis
Description
These amount to the following:
Start of dst day is last Sunday in March
End day of dst is last Sunday in Oct
Going forward switch time is 2:00 am (offset 120 minutes)
Going back switch time is 3:00 am (off set 180 minutes)
Shift duration is one hour (60 minutes)
eu_dst_trait
public static functions
day_of_week_type start_day() ;
month_type start_month() ;
day_of_week_type end_day() ;
month_type end_month() ;
int dst_start_offset_minutes() ;
int dst_end_offset_minutes() ;
int dst_shift_length_minutes() ;