2013年3月11日星期一

3. C# get DateTime with timezone offset


Use zzz parameter to specify the timezone offset as hours and minutes, for example:
DateTime.Now.ToString("yyyy-MM-ddTHH:mm:sszzz")
Return:
2013-03-12T10:38:45+08:00

没有评论:

发表评论