<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>可读 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E5%8F%AF%E8%AF%BB/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 22 Apr 2014 07:23:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Linux Shell下，将时间戳转化为可读时间格式</title>
		<link>https://www.coder4.com/archives/4212</link>
					<comments>https://www.coder4.com/archives/4212#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 22 Apr 2014 07:23:30 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[可读]]></category>
		<category><![CDATA[格式]]></category>
		<category><![CDATA[转化]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=4212</guid>

					<description><![CDATA[1、从timestamp到"年月日时分秒" date -d @1398151127 +%Y%m%d%H%M%S 会输出： 20140422151847 2、 &#160;[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/4212/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
