当前位置:  技术问答>linux和unix

我用gettimeofday()函数,取得的时区是不是/etc/localtime所设的时区?

    来源: 互联网  发布时间:2016-03-27

    本文导语:     我在用gettimeofday()时,取得的时区怪怪的。    我先cp/usr/share/zoneinfo/GMT-6 /etc/localtime,    用date查看,时间变成了GMT-6的。    然后调用gettimeofday(&tv,&tz),    得到的tz.tz_minuteswest却还是480???    先多谢各位...

   我在用gettimeofday()时,取得的时区怪怪的。
   我先cp/usr/share/zoneinfo/GMT-6 /etc/localtime,
   用date查看,时间变成了GMT-6的。
   然后调用gettimeofday(&tv,&tz),
   得到的tz.tz_minuteswest却还是480???
   先多谢各位了!!!

|
The  use of the timezone structure is obsolete; the tz argument should nor-
mally be specified as NULL.  The tz_dsttime field has never been used under
Linux;  it  has  not been and will not be supported by libc or glibc.  Each
and every occurrence of this field in the kernel  source  (other  than  the
declaration)  is a bug. Thus, the following is purely of historic interest.

在linux环境中,tz内的内容请无视之。

|


马甲?

既然是NULL,哪里来的“tz.tz_minuteswest却还是480”?

|
晕,我哪是什么马甲啊

我一般是这么用的

struct .... tv;

gettimeofday(&tv,NULL);

|
我都是用NULL,得到是系统的时间

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请教:gettimeofday遇到问题
  • gettimeofday 系统调用能精确到多少?
  • gettimeofday 获取当前时间,是怎么计算间隔的 。
  • 急~ 用time()或gettimeofday()得到的系统时间不同步?
  • 关于gettimeofday差4398秒的问题?
  • 为什么我在Linux使用gettimeofday会报未定义的错???
  • gettimeofday()为什么会出现段错误
  • Linux定时器问题,使用ITIMER_REAL实现系统调用gettimeofday()所实现的功能时出错,请教各位!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3