We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7888fdf commit cfcfdd4Copy full SHA for cfcfdd4
src/opengeodeweb_back/models.py
@@ -20,4 +20,4 @@ class Data(Base):
20
geode_object = Column(String, nullable=False)
21
binary_light_viewable = Column(String, nullable=True)
22
input_files = Column(JSON, nullable=True)
23
- created_at = Column(DateTime, default=datetime.utcnow)
+ created_at = Column(DateTime, default=datetime.now)
0 commit comments