使用Python解析模糊时间戳 [英] fuzzy timestamp parsing with Python

查看:262
本文介绍了使用Python解析模糊时间戳的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一个Python模块来解释模糊时间戳,如unix中的date命令:

Is there a Python module to interpret fuzzy timestamps like the date command in unix:

> date -d "2 minutes ago"
Tue Aug 11 16:24:05 EST 2009

最近我发现到目前为止是dateutil.parser,失败了上面的例子。

The closest I have found so far is dateutil.parser, which fails for the above example.

谢谢

推荐答案

查看这个开源模块: parsedatetime

这篇关于使用Python解析模糊时间戳的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆