[Python-checkins] python/nondist/sandbox/datetime obj_timetz.c,1.11,1.12
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
2002年12月11日 17:13:38 -0800
Update of /cvsroot/python/python/nondist/sandbox/datetime
In directory sc8-pr-cvs1:/tmp/cvs-serv12030
Modified Files:
obj_timetz.c
Log Message:
Format.
Index: obj_timetz.c
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/datetime/obj_timetz.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** obj_timetz.c 12 Dec 2002 01:11:09 -0000 1.11
--- obj_timetz.c 12 Dec 2002 01:13:36 -0000 1.12
***************
*** 210,215 ****
TIME_GET_SECOND(self);
other_offset = TIME_GET_HOUR(other) * 3600 +
! (TIME_GET_MINUTE(other) - other_offset) * 60 +
! TIME_GET_SECOND(other);
diff = self_offset - other_offset;
if (diff == 0)
--- 210,215 ----
TIME_GET_SECOND(self);
other_offset = TIME_GET_HOUR(other) * 3600 +
! (TIME_GET_MINUTE(other) - other_offset) * 60 +
! TIME_GET_SECOND(other);
diff = self_offset - other_offset;
if (diff == 0)