gpt4 book ai didi

ios - 来自字符串时区的日期不符合使用 DateFormatter

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:08:33 27 4
gpt4 key购买 nike

代码:

let isoDate = "1981-02-20T10:44:00+0800"
let dateFormatter = DateFormatter()
dateFormatter.timeZone = TimeZone.current
dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ssZ"

var localTimeZoneAbbreviation: String { return TimeZone.current.abbreviation() ?? "" }

let date = dateFormatter.date(from: isoDate)!
dateFormatter.string(from: date)

输出: enter image description here

为什么日期输出时区是 +07:30 而不是日期字符串和 TimeZone.current 中定义的 +0800?谁能解释一下?

最佳答案

时区格式不是Z而是ZZZ

dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ssZZZ"

关于ios - 来自字符串时区的日期不符合使用 DateFormatter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45584841/

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