-
Notifications
You must be signed in to change notification settings - Fork 158
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
Fix/datetime filter fix #1316
base: main
Are you sure you want to change the base?
Fix/datetime filter fix #1316
Conversation
Yes, I accept the agreement. What do I need to do for this? @microsoft-github-policy-service agree company="DexTechnology" |
Can someone review the changes and approve the pull request? |
I added a more accurate setter for 'Kind' depending on TimeZoneInfo in the settings.
|
Could you please let me know how often you conduct releases and when we can expect a new version with this fix? Will we have to wait for a scheduled release for some time, or can a version with these changes be released earlier (perhaps as a release candidate or something similar)? |
Hello! Any updates on this issue? |
fix error:
Cannot write DateTime with Kind=Unspecified to PostgreSQL type 'timestamp with time zone', only UTC is supported
also:
#1223
#1033
#378