Please help me regarding Time Zones of different Countries
        Posted  
        
            by Rajesh Rolen- DotNet Developer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rajesh Rolen- DotNet Developer
        
        
        
        Published on 2010-05-18T06:01:22Z
        Indexed on 
            2010/05/18
            6:10 UTC
        
        
        Read the original article
        Hit count: 257
        
I am creating a web site which in which the service providers can create their schedule (date and time) at which they can provide service and client can book them. but the problem is that service providers are from different countries. so their is Time zone problem. please give me a best solution for it, that i should convert the time of service providers (while inserting schedule) to GMT in javascript (client side) or in my CS file (server side) how to manage all this.. plez give me a link of any such demo in which time zone are handled properly.... if i converts it at client side then problem is that may be client have set wrong time zone on his pc... and if i convert it at server side.. than how to manage .. how to show it to service providers their schedule and to clients accordingly.. please help me out.. i am using asp.net (VS 2005) and sql server.
© Stack Overflow or respective owner