gpt4 book ai didi

1970 年格式化之前的 Perl 纪元时间

转载 作者:行者123 更新时间:2023-12-02 08:45:33 24 4
gpt4 key购买 nike

我在 Perl 中格式化和处理纪元 1/1/1970 之前的日期时遇到问题,日期返回为负整数:

my $time=timelocal(0, 0, 0, 1, 1, 1969);
print "$time\n";
$theTime = localtime($time);
print "the time is good: $theTime\n\n";

如何在 Perl 中处理纪元之前的日期,在 unix 和 windows 上都有相同的问题 Perl 5.8.8。 PHP 显示日期正常没有问题。

最佳答案

你试过使用DateTime吗? ?

关于1970 年格式化之前的 Perl 纪元时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12769110/

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