Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]For Postgresql, ManagedPropertyType.datetime link to timestamp without time zone, how can I set it to timestamp with timezone? #204

Open
denghejun opened this issue Jun 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@denghejun
Copy link

class BaseDBModel {
  @Column(indexed: true,databaseType: ManagedPropertyType.datetime,)
  DateTime? createDate;
}
@denghejun denghejun added the bug Something isn't working label Jun 21, 2023
@j4qfrost
Copy link

You can add a timezone object in the data model to handle conversions. There are no plans currently to add that functionality to the framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants