NSDate format in iOS 4.1

前端 未结 3 447
没有蜡笔的小新
没有蜡笔的小新 2021-01-07 11:22

[NSDate date]in iOS 4.0 used to return date in the format: 2010-09-15 09:28:26 +0530

but now in iOS 4.1 it returns the date in the format: 2010-09-15 09:28:26 GMT

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-07 11:55

    In iOS2.x and 3.x the NSDate description/datefromstring function returns: 2010-09-24 17:30:00 - 0700

    in iOS 4.1 it returns this: 2010-09-25 00:30:00 GMT

    You could submit a bug to apple.

提交回复
热议问题