Displaying 1 result from an estimated 1 matches for "b7cbfdb0".
Did you mean:
b7cbf000
2006 Oct 10
1
Python/sqlite date time problems.
..../testcase.py
[('2006-10-10',), ('2006-10-11',)]
If I run it on any upgraded Whitebox system I get...
[root at devmon1 python]# ./testcase.py
[(<DateTime object for '2006-10-10 00:00:00.00' at b7f14138>,),
(<DateTime object for '2006-10-11 00:00:00.00' at b7cbfdb0>,)]
As far as I can tell, python, sqlite and python-sqlite are all identical.
[root at willspc python]# rpm -qa | grep -Ei '(sqlite)|(python)' | sort
libxml2-python-2.6.16-6
mod_python-3.1.3-5.1
python-2.3.4-14.2
python-elementtree-1.2.6-4.2.1
python-sqlite-1.1.7-1.2
python-urlgrabber-...