You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently xq can parse but ignores timezone offset in strptime/1. This is actually the same behavior of jq, but considered as a critical bug when we handle datetime with timezone offsets (ref: jqlang/jq#929, jqlang/jq#2195).
I was aware of this issue and difference with gojq. Though I ignored it while I was replacing chrono with time, since it going to be complicated, especially when it comes to %Z, because of ambiguous timezone name and hardness of resolving timezone to offset....
But yeah, it'd be nice to support the feature. Though maybe we can only support %Z for UTC, GMT and perhaps the one (or more) from the locale.
Currently xq can parse but ignores timezone offset in
strptime/1
. This is actually the same behavior of jq, but considered as a critical bug when we handle datetime with timezone offsets (ref: jqlang/jq#929, jqlang/jq#2195).The text was updated successfully, but these errors were encountered: