I am try this code
<script>
var rightNow = new Date();
var jan1 = new Date(rightNow.getFullYear(), 0, 1, 0, 0, 0, 0);
var temp = jan1.toGMTString();
//document.hari.maliya.value=temp;
//alert(temp);
document.write(temp);
<script>
But i want in php file
hi i solved this question answer :
and html code is:
PHP Code Calaculate diff between two Time Zone: