I cleaned cache and cookies, and nothing changed.
But : when I edit the html and delete this part :
Quote:
<form action="profile.php" method="post" name="dstform"><input name="s" value="" type="hidden">
<input name="do" value="dst" type="hidden"></form>
<script type="text/javascript">
<!--
var tzOffset = 2 + 0;
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
|
then, it's working fine.
What this DST correction code exactly ? Can I delete it ?