From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 13 11:13:14 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 13 15:13:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 13 15:21:07 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 13 16:00:38 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 13 20:01:22 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 14 08:02:08 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 14 12:00:38 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 14 16:00:36 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 14 20:00:34 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 15 08:01:54 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 15 12:00:43 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 15 16:00:38 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 15 20:00:34 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 16 08:02:17 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 16 12:00:40 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 16 16:00:37 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 16 20:00:33 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 17 08:02:17 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 17 12:00:50 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 17 16:00:43 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 17 20:00:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 18 08:03:59 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 18 12:00:53 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 18 16:01:12 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 18 20:00:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 19 08:04:21 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 19 12:00:51 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 19 16:02:22 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 19 20:00:40 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 20 08:05:59 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 20 12:01:41 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 20 16:00:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 20 20:00:37 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 21 08:03:34 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 21 12:00:52 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 21 16:00:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 21 20:00:39 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 22 08:02:29 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 22 12:00:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 22 16:01:00 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 22 20:00:59 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 23 08:02:22 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 23 12:00:45 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 23 16:01:26 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 23 20:00:44 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 24 08:02:51 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 24 12:02:21 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 24 16:01:07 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 24 20:01:39 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 25 08:01:47 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 25 12:00:50 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 25 16:00:49 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Jan 25 20:00:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 26 08:04:51 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 26 12:00:55 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 26 16:00:44 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Jan 26 20:00:40 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 27 08:05:53 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 27 12:01:50 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 27 16:00:49 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Jan 27 20:00:44 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 28 08:04:55 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 28 12:01:43 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 28 16:00:45 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Jan 28 20:00:47 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 29 08:06:39 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 29 12:00:47 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 29 16:00:45 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Jan 29 20:00:46 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 30 08:07:02 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 30 12:03:26 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 30 16:03:41 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Jan 30 20:01:51 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 31 08:07:12 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 31 12:03:48 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 31 16:01:54 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Jan 31 20:00:50 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 1 08:08:57 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 1 12:02:19 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 1 16:00:54 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 1 20:00:45 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 2 08:11:05 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 2 12:02:22 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 2 16:00:55 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 2 20:00:45 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 3 08:10:25 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 3 12:02:13 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 3 16:00:50 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 3 20:00:52 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 4 08:06:28 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 4 12:02:14 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 4 16:01:00 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 4 20:00:45 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 5 08:06:59 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 5 12:02:17 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 5 16:00:55 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 5 20:00:44 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 6 08:11:16 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 6 12:02:11 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 6 16:00:49 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 6 20:00:50 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 7 08:17:19 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 7 12:02:44 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 7 16:00:56 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 7 20:00:55 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 8 08:18:54 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 8 12:02:38 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 8 16:01:01 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 8 20:00:48 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 9 08:07:44 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 9 12:02:26 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 9 16:01:03 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 9 20:00:54 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 10 08:14:50 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 10 12:02:55 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 10 16:00:52 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Feb 10 20:00:58 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 11 08:11:42 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 11 12:02:10 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 11 16:00:53 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sat Feb 11 20:00:48 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 12 08:08:07 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 12 12:02:17 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 12 16:00:54 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Sun Feb 12 20:00:54 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 13 08:14:37 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 13 12:02:29 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 13 16:01:06 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Mon Feb 13 20:00:47 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 14 08:16:39 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 14 12:02:47 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 14 16:01:14 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Tue Feb 14 20:00:58 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 15 08:21:48 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 15 12:04:35 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 15 16:01:12 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 15 19:27:49 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Wed Feb 15 20:11:46 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Thu Feb 16 08:40:48 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs From egrubbs at rackspace.com Fri Mar 29 20:24:23 2002 From: egrubbs at rackspace.com (Edwin Grubbs) Date: Fri Mar 31 16:32:59 2006 Subject: [egenix-users] DateTime error rounding seconds Message-ID: I am having a problem with DateTime incorrectly rounding the floating point second value down 1/100 of second. Python 2.2 (#1, Mar 13 2002, 12:34:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from mx.DateTime import * >>> DateTime(2002, 1, 2, 3, 4, 5.00) >>> DateTime(2002, 1, 2, 3, 4, 5.01) >>> DateTime(2002, 1, 2, 3, 4, 5.02) >>> DateTime(2002, 1, 2, 3, 4, 5.03) >>> DateTime(2002, 1, 2, 3, 4, 5.04) >>> DateTime(2002, 1, 2, 3, 4, 5.05) >>> DateTime(2002, 1, 2, 3, 4, 5.06) -Edwin Grubbs