Linux系统中C语言如何修改时区

2025-01-25 12:23:54
推荐回答(1个)
回答1:

struct timezone {
int tz_minuteswest; /* minutes west of Greenwich */
int tz_dsttime; /* type of DST correction */
};
用这个试试