gpt4 book ai didi

java.text.ParseException : Unparseable date: "IST"

转载 作者:行者123 更新时间:2023-12-02 04:32:49 25 4
gpt4 key购买 nike

当我尝试将 String 对象转换为 Date 对象时,出现 java.text.ParseException: Unparseable date: "IST"异常。我尝试在论坛上找到解决方案,但没有帮助。

Date expiry=null;
SimpleDateFormat format = new SimpleDateFormat("E MMM dd HH:mm:ss Z yyyy");

String actualDate;
if(!(actualDate=token.nextToken()).equals("null")){
expiry = format.parse(actualDate);
}//if

最佳答案

存储在actualDate = token.nextToken()中的字符串是'IST',它不代表日期。检查您已标记化的字符串源以查看,可能不是标记流中后面的日期。

关于java.text.ParseException : Unparseable date: "IST",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31229650/

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