zed icon indicating copy to clipboard operation
zed copied to clipboard

time-dur should be a time

Open philrz opened this issue 2 years ago • 0 comments

Repro is with Zed commit 2a2c98e.

$ zq -version
Version: v1.12.0-24-g2a2c98e9

$ echo '2024-01-01T00:00:00Z' | zq 'yield this+1d,this-1d' -
2024-01-02T00:00:00Z
54y12d

In @mccanne's words:

time-dur should be a time just like time+dur is

philrz avatar Jan 11 '24 19:01 philrz