<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post/5392/</link>
<title><![CDATA[ [PHP] date(G) dont work]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Sat, 07 Jul 2012 10:53:26 +0000</pubDate> 
<guid>https://jackxiang.com/post/5392/</guid> 
<description>
<![CDATA[ 
	on this host the function &#039;date(&quot;g&quot;)&#039; don&#039;t work properly. Now, the function should return 13, but return 7. It has a delay of 6 hours.<br/><br/>Someone can help me?<br/><br/><br/>It probably gets the server timezone, GMT -8<br/>Would setting time zone work in one of your global configuration files?<br/>For example setting time zone to Brisbane, Australia<br/>PHP Code:<br/><textarea name="code" class="php" rows="15" cols="100">
&lt;?php
date_default_timezone_set(&#039;Australia/Brisbane&#039;); 
?&gt;
</textarea>
]]>
</description>
</item><item>
<link>https://jackxiang.com/post/5392/#blogcomment63782</link>
<title><![CDATA[[评论]  [PHP] date(G) dont work]]></title> 
<author>hxngb4ff &lt;agox488@domozmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 23 Jul 2012 23:33:26 +0000</pubDate> 
<guid>https://jackxiang.com/post/5392/#blogcomment63782</guid> 
<description>
<![CDATA[ 
	支持楼主，长见识了
]]>
</description>
</item>
</channel>
</rss>