美文网首页
Date 时差8小时解决方法

Date 时差8小时解决方法

作者: 幸运者_Lucky | 来源:发表于2018-12-07 16:11 被阅读13次
    let date = Date()
    let zone = NSTimeZone.local
    let interval: NSInteger = zone.secondsFromGMT(for: date)
    let now = date.addingTimeInterval(TimeInterval(interval))
    print(date, now)
    

    相关文章

      网友评论

          本文标题:Date 时差8小时解决方法

          本文链接:https://www.haomeiwen.com/subject/stcmnftx.html