I am using this to get my current PC time but it not giving me the exect time of my pc and giving me some other time which is not correct... So how i can get my exact PC time in php??. echo "The time is " . date("h:i:sa");
            Asked
            
        
        
            Active
            
        
            Viewed 79 times
        
    1 Answers
0
            Is it off by hours? Look into setting the correct timezone. http://php.net/manual/en/datetime.settimezone.php
 
    
    
        tristansokol
        
- 4,054
- 2
- 17
- 32
- 
                    is the timezone need to b select for time??? – Sher Muhammad Sep 24 '16 at 14:10
- 
                    Sorry, I'm not sure what you are saying. The default timezone of your PHP installation could be different than the timezone you want. – tristansokol Sep 24 '16 at 14:11
- 
                    Ok i understand now Thank you so much bro – Sher Muhammad Sep 24 '16 at 14:14
- 
                    Accept the answer if it started working for you ;) – tristansokol Sep 24 '16 at 14:15
