1
0
Fork 0
hugo/docs/content/en/methods/time/Sub.md

384 B

title description categories keywords params
Sub Returns the duration computed by subtracting TIME2 from TIME1.
functions_and_methods
returnType signatures
time.Duration
TIME1.Sub TIME2
{{ $t1 := time.AsTime "2023-01-27T23:44:58-08:00" }}
{{ $t2 := time.AsTime "2023-01-26T22:34:38-08:00" }}

{{ $t1.Sub $t2 }} → 25h10m20s