Skip to content

Commit ab3cddf

Browse files
author
Me at MCC
committed
recent show flextime
1 parent 595e783 commit ab3cddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flextime.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,8 @@ private void showRecentEntries()
548548
getRecords(RA.recent);
549549
foreach (var r in records)
550550
{
551-
Console.WriteLine($"{r.start:yyyy-MM-dd HH:mm:ss} - {r.status}");
551+
552+
Console.WriteLine($"{r.start:yyyy-MM-dd HH:mm:ss} - {r.status,3} {(double)r.flextime/3600,6:#0.##}");
552553
}
553554
}
554555

0 commit comments

Comments
 (0)