Skip to content

Allow for date+time filtering with "<date> <time>" as well as <date>T<time>#743

Merged
tjex merged 3 commits into
zk-org:devfrom
tjex:fix/allow-time-filtering-without-T
Jul 5, 2026
Merged

Allow for date+time filtering with "<date> <time>" as well as <date>T<time>#743
tjex merged 3 commits into
zk-org:devfrom
tjex:fix/allow-time-filtering-without-T

Conversation

@tjex

@tjex tjex commented Jul 5, 2026

Copy link
Copy Markdown
Member

Resolves #742

Currently date and time filtering was achieved like so:
zk list --created-after 2026-06-01T15:00

This PR enables zk list --created-after "2026-06-01 15:00"

Likewise with second precision.

@tjex
tjex force-pushed the fix/allow-time-filtering-without-T branch from 048d301 to c8150fc Compare July 5, 2026 12:12
@tjex
tjex merged commit a49f66f into zk-org:dev Jul 5, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ommitting 'T' in datetime filter strings breaks filtering

1 participant