Displaying 1 result from an estimated 1 matches for "b7f14138".
Did you mean:
b7714f38
2006 Oct 10
1
Python/sqlite date time problems.
...ratch with CentOS I get the following data back...
[root at willspc python]# ./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-1...