Used for local time adjustments in places that don't use dst. More...
#include <dst_rules.hpp>
Public Types | |
typedef time_duration_type_ | time_duration_type |
typedef date_type_ | date_type |
Static Public Member Functions | |
static time_is_dst_result | local_is_dst (const date_type &, const time_duration_type &) |
Calculates if the given local time is dst or not. More... | |
static time_is_dst_result | utc_is_dst (const date_type &, const time_duration_type &) |
Calculates if the given utc time is in dst. More... | |
static bool | is_dst_boundary_day (date_type) |
static time_duration_type | dst_offset () |
Used for local time adjustments in places that don't use dst.
typedef date_type_ boost::date_time::null_dst_rules< date_type_, time_duration_type_ >::date_type |
typedef time_duration_type_ boost::date_time::null_dst_rules< date_type_, time_duration_type_ >::time_duration_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Calculates if the given local time is dst or not.
Always | is_not_in_dst since this is for zones without dst |
References boost::date_time::is_not_in_dst.
|
inlinestatic |
Calculates if the given utc time is in dst.
References boost::date_time::is_not_in_dst.