If i use
<?php
date_default_timezone_set('Asia/Dhaka');
?>
as default timezone to a page of my website.
And if I echo
this on this page:
echo date_default_timezone_get()." ".date('Y-m-d H:i:s')
.
A user from America/Los_Angeles
will find the date?