<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[날짜가 계속 1970-01-01로 나와요]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/5125</link>
		<description><![CDATA[<p>http://www.unionip.net/financial-statement/?mod=list</p>

<p>여기에 kboard 게시판(4.9)을 설치했는데 다른건 다 괜찮은데 날짜가 1970년으로 계속 나옵니다. 어디서 바꿀 수 있을까요?</p>

<p>워드프레스 설정에서 날짜부분은 정상적으로 오늘 날짜를 선택했는데도 이렇게 나오네요 ㅠㅠ</p>

<p>워드프레스 4.0이하 구버전을 쓰고 있어서 그런걸까요?</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[워드프레스 3.9버전 이상을 사용해주세요.

FTP로 접속해서 /kboard/class/KBContent.class.php 파일이 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/5132</link>
			<description><![CDATA[<p>워드프레스 3.9버전 이상을 사용해주세요.</p>

<p>FTP로 접속해서 <span style="line-height:1.6em;">/kboard/</span><span style="line-height:1.6em;">class/</span><span style="line-height:1.6em;">KBContent.class.php 파일이 있습니다.</span></p>

<p>current_time 함수를 검색해서 모두 변경해주셔야 합니다.</p>

<p>우선</p>

<p>$data['date'] = current_time('YmdHis');</p>

<p>위 부분을 아래처럼 바꿔주세요.</p>

<p>$data['date'] = date('YmdHis', current_time('timestamp'));</p>

<p>또 파일 업로드도 문제가 있을 수 있습니다.</p>

<p>current_time('Ym') 이부분을 date('Ym', current_time('timestamp')) 이렇게 바꿔주세요.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Fri, 27 Mar 2015 06:38:18 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>