DateTime Format ISO8601:解析ISO8601格式 源码
姓名 DateTime :: Format :: ISO8601-解析ISO8601格式 版本 版本0.16 概要 use DateTime::Format::ISO8601; my $datetime_str = '2020-07-25T11:32:31'; my $dt = DateTime::Format::ISO8601->parse_datetime($datetime_str); say $dt; # This format is ambiguous and could be either a date or time, so use the # parse_time method
文件列表
DateTime-Format-ISO8601-master.zip
(预估有个29文件)
DateTime-Format-ISO8601-master
.mailmap
105B
xt
author
test-all-my-deps.t
746B
perltidyrc
301B
t
time.t
6KB
format-datetime.t
2KB
cut-off-year.t
3KB
暂无评论