-
Hello, Why the query convert the time in GMT ? Originally posted by @FlorianBfr in #41 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This looks like because you are likely mislead by your debug output. You are sending a JavaScript DateTime object while you should be sending a string (in ISO format). |
Beta Was this translation helpful? Give feedback.
-
Just before I have a function where I convert the orignal timestamp in date : |
Beta Was this translation helpful? Give feedback.
This looks like because you are likely mislead by your debug output. You are sending a JavaScript DateTime object while you should be sending a string (in ISO format).