mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
helper: Fixed bug that was causing :lastweek to not work
This commit is contained in:
parent
906b115570
commit
6255ba1c05
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ bool expandIntervalHint (
|
||||||
eocw -= 7 * 86400;
|
eocw -= 7 * 86400;
|
||||||
range.start = Datetime (socw.toString ("Y-M-D"));
|
range.start = Datetime (socw.toString ("Y-M-D"));
|
||||||
range.end = Datetime (eocw.toString ("Y-M-D"));
|
range.end = Datetime (eocw.toString ("Y-M-D"));
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue