We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why there's bug between Insert & Select when using useUTC:false ?
Condition not using useUTC:false
useUTC:false
SQL Server Select Postman Select
Condition when useUTC:false
Postman Select
If I don't set useUTC to false when insert the datetime become UTC+00:00 (04:58:30)
04:58:30
Expected Behavior set useUTC:false
when Insert get the value 11:58:30
11:58:30
The text was updated successfully, but these errors were encountered:
Could this be related to this comment: #439 (comment) ?
Sorry, something went wrong.
Yes, But I'm not using New Date() or Now condition. I'm passing string datetime "2023-03-16 11:58:30"
"2023-03-16 11:58:30"
I think the problem come from tedious. I try using same method and return same result
Ok, then you will need to raise this with tedious if you think it's an error from the driver
No branches or pull requests
Why there's bug between Insert & Select when using useUTC:false ?
Condition not using
useUTC:false
SQL Server Select
Postman Select
Condition when
useUTC:false
Postman Select
If I don't set useUTC to false when insert the datetime become UTC+00:00 (
04:58:30
)Expected Behavior set
useUTC:false
when Insert get the value
11:58:30
Software versions
The text was updated successfully, but these errors were encountered: