标签: windows-phone-7
我有一个RSS提要阅读器,在feedPubDate的文本块中我得到了错误的时间。我从其文章(GMT +2)获取的网站有正确的时间,但在我的应用程序中它显示了一个不同的时间,确切地显示在2小时之前。有什么帮助吗?
feedPubDate
<TextBlock x:Name="feedPubDate" Text="{Binding PublishDate.Date}" TextWrapping="Wrap" HorizontalAlignment="Left" Foreground="White"/>