Units | Meaning |
---|---|
ns | nanoseconds (1 billionth of a second) |
u or µ | microseconds (1 millionth of a second) |
ms | milliseconds (1 thousandth of a second) |
s | second |
m | minute |
h | hour |
d | day |
w | week |
相关文章
- 12-28influxdb time duration literal
- 12-28InfluxDB 2.x Open Source Time Series Database
- 12-28《深入应用C++11》笔记-时间相关工具chrono,duration、time_point、clock
- 12-28golang time and duration
- 12-28InfluxDB存储引擎Time Structured Merge Tree——本质上和LSM无异,只是结合了列存储压缩,其中引入fb的float压缩,字串字典压缩等
- 12-28PostgreSQL SQL log duration time 源码分析
- 12-28详解 Go 语言中的 time.Duration 类型