Private Messages - Wrong Timezone

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • popowich
    New Member
    • Jun 2004
    • 25
    • 3.8.x

    Private Messages - Wrong Timezone

    Hello,

    I was cleaning up my footer a little bit and removed the code that displays the current time. Oops. Now all of my private messages are sending 4hrs in the past. I looked at a reverted default template but can't figure out what lines I need to add back into the footer below the copyright. I do see a section there for DST correct and that look OK. I'm someone can post what I'm missing, I think it was only a 1 liner, that would be great. Thanks!

    -Raymond
    Talk about New York | Email Help
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Do you mean this:

    HTML Code:
    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php?do=dst" method="post" name="dstform">
     <input type="hidden" name="s" value="$session[sessionhash]" />
     <input type="hidden" name="do" value="dst" />
    </form>
    <script type="text/javascript">
    <!--
     var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
     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 -->
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    Related Topics

    Collapse

    Working...