javascript timestamp farklı, php ile oluşanı 1000 ile çarpacaksın kullanırken:
<script>
var date = new Date(<?php echo time()*1000;?>); 
alert(date);
</script>
gibi