Note
This object is an extension the DB API. It is returned whenever Oracle date and timestamp (in Oracle 9i) columns are fetched and whenever the constructor methods (Date(), Time(), Timestamp()) are called.
Note
As of Python 2.4 cx_Oracle returns the datetime objects from the standard library datetime module instead of these objects.