Timediff: adding title so the user can confirm how the parsing has been done

master
Rob Emery 2016-04-09 16:38:57 +01:00
parent 89e73e431e
commit c516dd6fe3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ handle remainder => sub {
return "$duration seconds",
structured_answer => {
data => {
title => "".date_output_string($dates[0], true)." - ".date_output_string($dates[1], true),
record_data => {
seconds => $style->for_display($duration),
minutes => $style->for_display($duration/60),