Octo not able to query timestamp format that look like this 2024-02-21T13:31:48.05098021+07:00
Octo not able to query timestamp format that look like this 2024-02-21T13:31:48.05098021+07:00
We stored this timestamp data in some piece of global and try to Query through by Octo and it didn't work.
Currently, I think Octo supported timestamp that look like this 2024-02-21 13:31:48.050980+07:00
Octo uses ISO-8601 as a standard for timestamp so I think it should be able to support using "T" as a delimiter between date and time.
And about the precision of the seconds, I think current (Microsecond) is fine.
I think about just remove excess precision or round the precision if given timestamp precision is not match with the standard. Is that acceptable?
Edited by Jirapat Distaprom