Skip to content

Commit

Permalink
trying DateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Mar 28, 2024
1 parent e37f925 commit ab85d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/mscolab/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


class AwareDateTime(sqlalchemy.types.TypeDecorator):
impl = sqlalchemy.types.TIMESTAMP
impl = sqlalchemy.types.DateTime
cache_ok = True

def process_bind_param(self, value, dialect):
Expand Down

0 comments on commit ab85d86

Please sign in to comment.