mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Merge d7667db27d
into 9ffca1a7a6
This commit is contained in:
commit
ea2003a114
1 changed files with 2 additions and 1 deletions
|
@ -228,7 +228,8 @@ def run(manual_args=None):
|
||||||
else:
|
else:
|
||||||
old_entries = journal.entries
|
old_entries = journal.entries
|
||||||
if args.on_date:
|
if args.on_date:
|
||||||
args.start_date = args.end_date = args.on_date
|
args.start_date = args.on_date
|
||||||
|
args.end_date = args.on_date + ' 23:59'
|
||||||
journal.filter(tags=args.text,
|
journal.filter(tags=args.text,
|
||||||
start_date=args.start_date, end_date=args.end_date,
|
start_date=args.start_date, end_date=args.end_date,
|
||||||
strict=args.strict,
|
strict=args.strict,
|
||||||
|
|
Loading…
Add table
Reference in a new issue