fix(util/duration): changed printed duration values to be more precise
Build and Push Docker image / build-and-push (push) Successful in 5m50s Details

This commit is contained in:
Valentin Kolb 2024-05-14 17:55:42 +02:00
parent 7f307f080e
commit 6c3c90e307
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ export const pprintDateRange = (d1: string | Date | Dayjs, d2: string | Date | D
/**
* Format the duration between two dates.
* The Duration is precise to the minute.
* Example: "3 Wo, 1 Tag, 2 Std, 53 Min"
* @param date1
* @param date2