gpt4 book ai didi

Flutter 解析 GMT

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

您好,我有一个问题!我想解析时间,GMT到毫秒。例如:2019 年 10 月 10 日星期四 02:05:09 GMT。我尝试 DateTime.parse("Thu, 10 Oct 2019 02:05:09 GMT")我得到这个错误

Exception caught by widgets library The following FormatException was thrown building GroupPage(dirty, state: _GroupPage#cb39c): invalid date format Thu, 10 oct 2019 02:05:09 GMT

最佳答案

您可以使用 HttpDate 类来解析它。

例子:

DateTime parsedDate = HttpDate.parse("Thu, 10 Oct 2019 02:05:09 GMT");

关于Flutter 解析 GMT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58498631/

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