Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « DATETIME »

Constructeur sqlalchemy.DATETIME.__init__

Signature de la constructeur __init__

def __init__(self, timezone: 'bool' = False) 

Description

help(DATETIME.__init__)

Construct a new :class:`.DateTime`.

:param timezone: boolean.  Indicates that the datetime type should
 enable timezone support, if available on the
 **base date/time-holding type only**.   It is recommended
 to make use of the :class:`_types.TIMESTAMP` datatype directly when
 using this flag, as some databases include separate generic
 date/time-holding types distinct from the timezone-capable
 TIMESTAMP datatype, such as Oracle Database.




Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé