gpt4 book ai didi

c - 如何在 Linux 中实现不同时区的夏令时?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:07:08 24 4
gpt4 key购买 nike

我正在获取时区

time_String = GetTimeZoneDisplayName(enum_timezone);

time_String 是一个特定的时区。为了将日光添加到特定时区,下面函数中的最后一个参数应该是正数。如何确定哪个时区有夏令时?

setenv( "TZ", time_String, 0(No Daylight)/+ve (Daylight is there );    

最佳答案

(从评论中移出)

除非我误解了这个问题,否则这通常是使用 tzset() 完成的. glibc docs cover this ,包括为什么通常不需要自己调用它:

Function: void tzset (void)

Preliminary: | MT-Safe env locale | AS-Unsafe heap lock | AC-Unsafe lock mem fd | See POSIX Safety Concepts.

The tzset function initializes the tzname variable from the value of the TZ environment variable. It is not usually necessary for your program to call this function, because it is called automatically when you use the other time conversion functions that depend on the time zone.

它以您想要的方式设置环境变量以及填充 tzname 和设置 DST(如果时区有)。

关于c - 如何在 Linux 中实现不同时区的夏令时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32560857/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com