.Unix
少于1分钟
将以下英文翻译为中文:
.Unix
https://gohugo.io/functions/unix/
Converts a time.Time value to the number of seconds elapsed since the Unix epoch, excluding leap seconds. The Unix epoch is 00:00:00 UTC on 1 January 1970.
语法
.Unix
.UnixMilli
.UnixMicro
.UnixNano
The Milli, Micro, and Nano variants return the number of milliseconds, microseconds, and nanoseconds (respectively) elapsed since the Unix epoch.
| |
另请参阅
最后修改 June 1, 2023: 编排函数中的weight权重,看看是否解决了目录中不可见全部函数的问题 (62cd983)