mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Migrated from ISO8601d to Datetime
This commit is contained in:
parent
73e373527f
commit
afe6bdbfb3
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ int Context::run ()
|
||||||
<< '-'
|
<< '-'
|
||||||
#endif
|
#endif
|
||||||
<< ' '
|
<< ' '
|
||||||
<< ISO8601d ().toISO ()
|
<< Datetime ().toISO ()
|
||||||
|
|
||||||
<< " init:" << time_init_us
|
<< " init:" << time_init_us
|
||||||
<< " load:" << time_load_us
|
<< " load:" << time_load_us
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue