mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-08-02 08:21:31 +00:00
347 B
347 B
title, description, categories, keywords, action
| title | description | categories | keywords | action | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Abs | Returns the absolute value of the given time.Duration value. |
|
{{ $d = time.ParseDuration "-3h" }}
{{ $d.Abs }} → 3h0m0s