-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Timezone conversion #268
Comments
I need to investigate this. Maybe add a config setting to define the datetime parse timezone. |
Having a config or a function that I can use to transform |
I've added a new config setting Try latest preview NuGet from: (https://github.com/StefH/System.Linq.Dynamic.Core/wiki/MyGet-preview-versions) @Enngage : can you test ? |
@Enngage did you have time to test this? |
@Enngage Did you have time to test this MyGet ? |
@Enngage Can you please test this ? |
Can you please test |
We have tested this and it seems to work great for both DateTime and nullable DateTime now. For some reason we weren't able to find the I've noticed that the all checks have passed for PR #277. Do you have an ETA for when this will be merged? Thanks! |
ETA = soon |
Hi,
When I'm using a where condition such as
the output sql query contains:
My server is running in CEST timezone and I guess that is why I get +2 hours. However, this behavior is not what I'm after as all dates in my DB are considered to be UTC and clients (browser - javascript) are providing dates always in UTC as well and thus the conversion breaks the functionality.
Is there any way to stop this behavior? Is this behavior intented?
I figured I can just omit the zone and provide
Fri, 10 May 2019 11:03:17
, but this format is 'not supported' via native Javascript Date and I would have to remove it manually (which is possible and current workaround I'm using, but it doesn't feel right).Thank you for any insights you can provide :-)
The text was updated successfully, but these errors were encountered: