lin

Results 14 comments of lin

not support yet? i think this feature is really important

Could you append the below code into your main, and rerun it? ```java System.out.println(OffsetDateTime.now()); ``` it could print the JVM's ZoneOffset, like this: `2020-07-28T17:16:43.257+08:00`.

> I have a similar problem when parsed time with time zone offset is shown with 1h difference between parsed time and expected time. The difference seems to be related...

Thanks for you suggestion, i will add it, but may not very soon.

It's possible, `dateparser` could detect the format of a date string, internally. But, the format detected is `regex`, is it what you want?

There has too many formats supported in `dateparser`, I don't think it's a good idea to use it like this.

Did you test it? I'm not sure would it work...

这个插件只会给**没有标题**的文档自动分配标题,你这种情况一般情况下可能有两种原因: 1. 文档本身已经有了title,把它删了之后enhancer就会生效 2. 有其他插件提前给文档分配了标题 楼上的做法可以解决2问题,它可以直接强制覆盖旧标题。

谢谢你的反馈,近期忙于工作没有关注这个项目,非常抱歉。 你可以暂时先使用`1.0.7`版本,`1.0.8`版本是几个月前针对其他人的需求增加的功能,实现方案可能过于草率,我需要再仔细检查一下。

你可以试下`1.0.9`版本,以上说的问题应该已经修复了。