gpt4 book ai didi

perl - 如何在 Perl 中更改日期时间值的时区?

转载 作者:行者123 更新时间:2023-12-04 09:43:56 25 4
gpt4 key购买 nike

使用此功能:

perl -e 'use Time::Local; print timelocal("00","00","00","01","01","2000"),"\n";'

它将返回一个纪元时间 - 但仅在格林威治标准时间 - 如果我想要格林威治标准时间 + 1(这是系统本地时间(TZ))的结果,我需要更改什么?

提前致谢,

安德斯

最佳答案

use DateTime;
my $dt = DateTime->now;
$dt->set_time_zone( 'Europe/Madrid' );

关于perl - 如何在 Perl 中更改日期时间值的时区?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2177191/

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