Get users current time in php with their lat/long/city
问题 I'm using http://ipinfodb.com/ api in order to get users lat/long... I have users timezone in the format of an array. The array returns the following information... array(11) { ["statusCode"]=> string(2) "OK"... ["countryCode"]=> string(2) "CA" ["countryName"]=> string(6) "CANADA" ["regionName"]=> string(16) "BRITISH COLUMBIA" ["cityName"]=> string(8) "VANCOUVER" .... ["timeZone"]=> string(6) "-07:00" } With the information from the array, how would i find the users current time when i have