mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
Enhancement
- Clarify the dateformat related variables for 'task information'.
This commit is contained in:
parent
84e1d0e7d2
commit
ba992a631e
7 changed files with 20 additions and 21 deletions
|
@ -35,7 +35,7 @@ if (open my $fh, '>', 'dom.rc')
|
|||
{
|
||||
print $fh "data.location=.\n",
|
||||
"dateformat=YMD\n",
|
||||
"report.info.dateformat=YMD\n";
|
||||
"dateformat.info=YMD\n";
|
||||
close $fh;
|
||||
ok (-r 'dom.rc', 'Created dom.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue