菜鸟教程小白 发表于 2022-12-13 00:23:41

ios - NSDateFormatter 麻烦?


                                            <p><p>我正在尝试解析 RSS 提要,但很难解析日期。日期字符串为:<code>publishedDate = "2013-01-08T20:09:02.000Z"</code></p>

<p>这是我的代码:</p>

<pre><code>NSDateFormatter *utc = [ init];
];
;
NSDate *dtUTC = ;

NSDateFormatter *dfLocal = [ init];
;
];

NSString *time =;
NSLog(@&#34;original UTC %@now local: %@&#34;, dtUTC, time);
</code></pre>

<p>为什么 <code>date</code> 返回 nil?另外,我正在尝试将 UTC 时间转换为 CST 时间。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>使用</p>

<pre><code> ;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - NSDateFormatter 麻烦?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/14227585/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/14227585/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - NSDateFormatter 麻烦?