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
user has to input date format like 2022-06-28T20:19:35.000+00:00 which is not very user friendly
can we make it accept date format like 2022-06-28 OR 2022/06/28 ?
for example:
The text was updated successfully, but these errors were encountered:
For now, the -q option only supports exact equals operations, i.e. you'd need to provide the full date/timestamp. Obviously this is not very user-friendly/useful; we should have the ability to match any timestamp on a given date, and even better, provide options to filter before/after a particular date. This is something that we'll look at for a future fcli version.
user has to input date format like 2022-06-28T20:19:35.000+00:00 which is not very user friendly
can we make it accept date format like 2022-06-28 OR 2022/06/28 ?
for example:
The text was updated successfully, but these errors were encountered: