mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 16:19:31 -04:00
300 B
300 B
title | description | categories | keywords | params | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Abs | Returns the absolute value of the given time.Duration value. |
|
{{ $d = time.ParseDuration "-3h" }}
{{ $d.Abs }} → 3h0m0s