和yyyy-MM-dd 00:00:00 +0000共度时光

时间:2018-04-16 11:31:14

标签: ios swift date nsdateformatter

我如何获得以下格式的时间 -

  

yyyy-MM-dd 00:00:00 +0000

目前我正在

  

2018-04-16 11:27:06 +格林威治标准时间

通过以下代码 -

let nowDate = Date()
let dateFormatter = DateFormatter()
dateFormatter.timeZone = TimeZone(abbreviation: "GMT")
dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss +zzzz"
print(dateFormatter.string(from: nowDate))

问题是时间偏移我正在寻找00:00:00 +0000

0 个答案:

没有答案