Make SQLAlchemy use local timezone for database generated dates

后端 未结 0 1650
走了就别回头了
走了就别回头了 2021-01-27 01:31

In my SQLAlchemy model the database (sqlite) updates timestamp columns during write operations:

class DBObject(declarative_base()):
    __tablename__ = \'dbobj\'
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题