zhiwei tan
0 followers · 275 views
on the atlas — 2
- Linux时间时区详解与常用时间函数 - 三丰SanFeng - 博客园1 savers
- RFC 3550 - RTP: A Transport Protocol for Real-Time Applications1 savers
highlights — 5
localtime(取得当地目前时间和日期)
Linux时间时区详解与常用时间函数 - 三丰SanFeng - 博客园gettimeofday(取得目前的时间)
Linux时间时区详解与常用时间函数 - 三丰SanFeng - 博客园注意这里struct tm结构的时间是通过gmtime返回的,因此也没有经过时区转换。
Linux时间时区详解与常用时间函数 - 三丰SanFeng - 博客园此函数返回的时间日期未经时区转换,而是UTC时间。
Linux时间时区详解与常用时间函数 - 三丰SanFeng - 博客园Wallclock time (absolute date and time) is represented using the timestamp format of the Network Time Protocol (NTP), which is in seconds relative to 0h UTC on 1 January 1900 [4].
RFC 3550 - RTP: A Transport Protocol for Real-Time Applications