Live asynchronous time feed for websites
        Posted  
        
            by 
                Maven
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Maven
        
        
        
        Published on 2012-11-25T11:02:54Z
        Indexed on 
            2012/11/25
            11:03 UTC
        
        
        Read the original article
        Hit count: 264
        
I want to show up the time over my website based over the location of the user, let’s say if user one browsing the website is from USA than the time should be what is in USA currently and same for China etc. and all.
I was wondering if there exists a JavaScript plugin for it but I didn’t find any as dynamic as I want, my requirements include:
- Something that can be fully stylized according to website theme (no iframes)
- The pattern I want is to be in (HH:MM:SS)
- It should be asynchronous like the second [SS] keep ticking and the time keep updating
Is this possible, a way around to achieve it?
© Stack Overflow or respective owner