gpt4 book ai didi

java - Elasticsearch中的时间戳

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

我正在尝试对Elasticsearch中更新的时间戳进行解码,我正在使用文件信号将数据更新到Elasticsearch中,并且获得了默认时间戳格式,格式为 {index} / _ mapping ,如下所示,

"@timestamp" : {
"type" : "date"
}
示例:
2020-10-12T15:49:00.976Z
年:2020
月份:10
日期:12
时间:15
分钟:49
秒:00
976是多少毫秒?

最佳答案

是的,976是毫秒。有关更多信息,请访问java docs
一般而言,此时间戳遵循yyyy-MM-dd'T'HH:mm:ss.SSSZ的形式,该形式尤其是built-in ElasticSearch date format也称为date_optional_timestrict_date_optional_time

关于java - Elasticsearch中的时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64322506/

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