Update of /cvsroot/boost/boost/boost/date_time
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1216/boost/date_time

Modified Files:
      Tag: RC_1_34_0
        local_timezone_defs.hpp 
Log Message:
SF tracker 1672139 - fix end time in au_dst_traits to 3 hours instead of 2

Index: local_timezone_defs.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/date_time/local_timezone_defs.hpp,v
retrieving revision 1.2.16.1
retrieving revision 1.2.16.2
diff -u -d -r1.2.16.1 -r1.2.16.2
--- local_timezone_defs.hpp     2 Mar 2007 01:54:49 -0000       1.2.16.1
+++ local_timezone_defs.hpp     2 Mar 2007 05:16:59 -0000       1.2.16.2
@@ -166,7 +166,7 @@
       static day_of_week_type end_day(year_type) {return Sunday;}
       static month_type end_month(year_type) {return Mar;}
       static int dst_start_offset_minutes() { return 120;}
-      static int dst_end_offset_minutes() { return 120; }
+      static int dst_end_offset_minutes() { return 180; }
       static int dst_shift_length_minutes() { return 60; }
       static date_type local_dst_start_day(year_type year)
       {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to