diff options
Diffstat (limited to 'src/local_time.h')
| -rw-r--r-- | src/local_time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/local_time.h b/src/local_time.h index aacd7728..d2f4b2c5 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -121,6 +121,8 @@ public: void add_months (int a); void add_minutes (int a); + void add(boost::posix_time::time_duration duration); + static LocalTime from_asn1_utc_time (std::string time); static LocalTime from_asn1_generalized_time (std::string time); |
