Issue with DateTime #1750
Unanswered
asharpe858
asked this question in
Help
Replies: 1 comment 2 replies
-
Hi! If a time is specified, then the time zone designator must also be present. E.g. I'm not sure why the date/time parser we use is less strict in the date-only case. Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've run across a bug when creating an SQL query that's in between two timestamps;
If I run the above script in SEQ, I get 0 results. However, if I modify the script:
This will return results
Any idea why adding hours, minutes, seconds to the ISO string in the first DateTime call causes an issue?
Beta Was this translation helpful? Give feedback.
All reactions