日期时间解析 问答列表

索引 0 处的 DateTimeParseException 和 ThreeTenABP

作者: 提问时间:1/17/2020

我正在尝试使用 ThreeTenABP 解析时间字符串(因为我必须支持 min SDK 19)。我认为字符串是 ISO 8601: 20200117T172638.000Z 我收到以下异常: o...

使用 ThreetenBp 解析 DateTime 会导致 DateTimeParseException 或不完整的字符串错误

作者:c-an 提问时间:5/4/2020

我正在尝试检查日期是否已超过一天。 我在解析字符串时得到了这些错误。 java.lang.IllegalArgumentException: Pattern ends with an incomp...

org.threeten.bp.format.DateTimeParseException:无法在索引 19 处解析文本“2018-07-22T14:00:00-03:00”

作者:Alan Bastos 提问时间:9/28/2018

public static String formatter(String dateInPattern, String dateOutPattern) { OffsetDateTime dateI...

DateTimeParseException 在索引 0 处使用 ThreeTenABP

作者: 提问时间:1/17/2020

我正在尝试使用ThreeTenABP解析时间字符串(因为我必须支持min SDK 19)。我认为字符串是ISO 8601: 20200117T172638.000Z 我收到以下异常: org.t...

如何将任意字符串转换为DataTime类型

作者:Anton 提问时间:2/25/2023

谁能说 - 如何将这个字符串转换为 - 例如 - {YYYY-MM-DD_hh-mm-ss} 在 .net core 中转换为 DateTime 类型? 我尝试了正则表达式,但我真的不好...

当前导零是可选的时,如何使用strptime解析非零填充日期时间字符串?谢谢

作者:Frank Li 提问时间:3/15/2023

我一直在尝试使用 datetime.datetime.strptime() 解析文件名中的日期时间字符串。 import datetime datetime.datetime.strptime('2...

取消编组时 Golang 中的时间解析错误

作者:Aditya Sinha 提问时间:4/12/2023

JSON 请求正文: { "ifr": "b997c96cb360", "ste": "EN", "tye": "random", "description": "desc", "crea...

无法从 TemporalAccessor:获取 LocalDateTime:尝试对流中的日期进行排序时

作者:R Zav 提问时间:5/14/2023

我想按日期(“hh:mm:ss”)对帖子进行排序。但我弄错了。你能告诉我我做错了什么吗? java.time.format.DateTimeParseException:文本“12:55:36”不能...


共8条 当前第1页