Update of /cvsroot/boost/boost/boost/date_time
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2336/boost/date_time
Modified Files:
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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- local_timezone_defs.hpp 2 Mar 2007 02:04:54 -0000 1.3
+++ local_timezone_defs.hpp 2 Mar 2007 05:19:06 -0000 1.4
@@ -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