X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Fdatetime.cpp;h=8feeff2f0d21a798f153607ea3f3d02e93b36fd2;hp=415ce40abcdbd9dd7b4e2a61c2ebe995711413cb;hb=967785734be5c3fc6f75da122c2d93ebbb338271;hpb=1cd1a0e185ba31cf89c72dcecbd15c7a5b3b7060 diff --git a/source/time/datetime.cpp b/source/time/datetime.cpp index 415ce40..8feeff2 100644 --- a/source/time/datetime.cpp +++ b/source/time/datetime.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include @@ -186,7 +179,7 @@ void DateTime::set_timezone(const TimeZone &tz) void DateTime::convert_timezone(const TimeZone &tz) { - add_raw((zone.get_offset()-tz.get_offset()).raw()); + add_raw((tz.get_offset()-zone.get_offset()).raw()); zone = tz; } @@ -296,7 +289,7 @@ string DateTime::format_rfc3339() const if(const TimeDelta &offs = zone.get_offset()) { int m = abs(static_cast(offs/Time::min)); - result += Msp::format("%c%02d:%02d", (offs