Viewing 1 replies (of 1 total)
  • Thread Starter kezling

    (@kezling)

    And in lines 282-283 change:

    if (($rez[$i][‘date’] > intval(@strtotime(@$comments[$c-1]->comment_date))) and
    ($rez[$i][‘date’] <= intval(@strtotime(@$comments[$c]->comment_date)))) {

    =>

    if (($rez[$i][‘date’]+(get_option( ‘gmt_offset’ )*3600) > intval(@strtotime(@$comments[$c-1]->comment_date))) and
    ($rez[$i][‘date’]+(get_option( ‘gmt_offset’ )*3600) <= intval(@strtotime(@$comments[$c]->comment_date)))) {

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: LJ comments import: reloaded] FIX: Showing local time’ is closed to new replies.