캘린더 스킨 오늘 날짜가 +1 되서 나타나요

캘린더 스킨의 list.php를 약간 건드렸는데 날짜가 오늘 날짜가 하루 미뤄 졌어요....

오늘 날짜가 어떤 부분에서 이뤄지고 뭘 건드려서 그런 것일 까요?

<div class="calendar-event">
                                                <a href="<?php echo $url->set('uid', $event_table_item->uid)->set('mod', 'document')->toString()?>#kboard-document" title="<?php echo esc_attr($event_table_item->title)?>">
                                                    <div class="calendar-event-time" style="display:none">
                                                        <?php
                                                        if(date('H:i', strtotime($event_table_item->option->start_time)) != '00:00' && date('H:i', strtotime($event_table_item->option->end_time)) != '00:00'){
                                                            echo date('H:i', strtotime($event_table_item->option->start_time))?>~<?php echo date('H:i', strtotime($event_table_item->option->end_time));
                                                        }
                                                        ?>
                                                    </div>
                                                    <div class="calendar-event-name" style="<?php if($event_table_item->option->color):?>background-color: <?php echo $event_table_item->option->color?>;<?php endif?> <?php echo kboard_get_calendar_white_background_style($event_table_item->option->color)?>">
                                                        <!--<?php if($event_table_item->isNew()):?><span class="kboard-cross-calendar-new-notify">New</span><?php endif?>-->
                                                        <?php if($event_table_item->secret):?><img src="<?php echo $skin_path?>/images/icon-lock.png" alt="<?php echo __('Secret', 'kboard')?>"><?php endif?>
                                                        
                                                        <?php echo $event_table_item->title?>
                                                        
                                                    </div>
                                                </a>
                                            </div>

이 부분을 php의 if문에 넣은 뒤에 발생 한것 같습니다.

어떻게 해결 할 수 있을까요?

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기