Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在传递给小鸭一个时区,它被它忽略,并发送带有正在运行的机器小鸭的时区的结果。 在文档中,它说它将很快修复。关于此修复程序何时发布的任何想法? 非常感谢!
同时,在问题得到解决之前,您可以尝试使用小鸭中可用的参考时间,并添加/减去您的区域相对于 UTC 的时间
所以对我有用的是像这样发送用户的现在(reftime)和时区UTC:
curl -XPOST http://localhost:8000/parse --data 'locale=en_GB&text=Today is now.&tz=UTC&reftime=1543801533000
reftime - 以毫秒为单位的纪元 UTC 时间。