菜鸟教程小白 发表于 2022-12-13 09:50:05

ios - NSString to NSDate提供了完全错误的数据(尝试包括时区)


                                            <p>尝试将日期为“2015年8月22日星期六17:30”的NSString转换为NSDate,但其结果为“2014-12-27 17:30:00 UTC”。我什至不在乎格式是否会出错,我只希望它将其正确转换为NSDate。<br><br>currentFixtures.timeDate是包含“星期六2015年8月22日17:30”的NSString<br>FixtureDate是一个NSDate,返回的是“2014-12-27 17:30:00 UTC”<br><pre><code> NSDateFormatter *dateFormatFixture = [init];
;
initWithLocaleIdentifier:@&#34;en-GB&#34;]];
];


NSDate *fixtureDate = [ init];
fixtureDate = ;
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p>EEEE d MMMM yyyy H:m的工作,多亏了maddy</p>
                                   
                                                <p style="font-size: 20px;">关于ios - NSString to NSDate提供了完全错误的数据(尝试包括时区),我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/31969168/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/31969168/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - NSString to NSDate提供了完全错误的数据(尝试包括时区)