.NET timezone information
        Posted  
        
            by dotnetrocks
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dotnetrocks
        
        
        
        Published on 2010-05-14T19:11:47Z
        Indexed on 
            2010/05/22
            0:30 UTC
        
        
        Read the original article
        Hit count: 277
        
What is the standard format for datetime with timezone in a C# ASP.NET application?
Updated to clarify: In ASP.NET I need to check a datetime from a Domino database against a .NET DateTime. The client is asking what would be the best format in which he should provide the datetime with the timezone. Meaning which format is most easily readable by .NET?
© Stack Overflow or respective owner