$timeposted = \"7:10pm\";
This value is currently Canada time (quebec). I\'m trying to find a way to convert it to France\'s time. How can i do that ?
You can use date_default_timezone_set function to change loacal time zone
Example
date_default_timezone_set('Europe/Paris');