Always get the correct datetime?
        Posted  
        
            by 
                Jesper Mansa
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jesper Mansa
        
        
        
        Published on 2012-12-19T17:01:58Z
        Indexed on 
            2012/12/19
            17:03 UTC
        
        
        Read the original article
        Hit count: 222
        
I was wandering if there is a way/site/link whith the correct time? Not the servers datetime or the clients datetime. I'm using datetime to count down on my gaming site for when it is the users time to make a play. Users come from all ower the world so using the users client time would not match if its from the US to Europe. Then normally I would use the servers time, but somehow it skips 1.2 hours sometimes? I would like to make sure that everbody makes a timestamp from the same source and that source always is correct!
Hoping for help and thanks in advance.
© Stack Overflow or respective owner