mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-10 12:47:45 +03:00
439 B
439 B
title | description | categories | keywords | params | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UnixNano | Returns the given time.Time value expressed as the number of nanoseconds elapsed since January 1, 1970 UTC. |
|
See Unix epoch.
{{ $t := time.AsTime "2023-01-27T23:44:58-08:00" }}
{{ $t.UnixNano }} → 1674891898000000000