fix(util/duration): changed printed duration values to be more precise
Build and Push Docker image / build-and-push (push) Successful in 5m50s
Details
Build and Push Docker image / build-and-push (push) Successful in 5m50s
Details
This commit is contained in:
parent
7f307f080e
commit
6c3c90e307
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue