<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>あらびき林檎。 &#187; NSTimeZone</title>
	<atom:link href="http://splitchin.com/tech/tag/nstimezone/feed/" rel="self" type="application/rss+xml" />
	<link>http://splitchin.com/tech</link>
	<description>Macや, iPhoneでの,Webデザイン,アプリ開発などを綴ってます。</description>
	<lastBuildDate>Sun, 06 May 2012 01:09:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NSTimeZone タイムゾーン</title>
		<link>http://splitchin.com/tech/2010/07/29/nstimezone-%e3%82%bf%e3%82%a4%e3%83%a0%e3%82%be%e3%83%bc%e3%83%b3/</link>
		<comments>http://splitchin.com/tech/2010/07/29/nstimezone-%e3%82%bf%e3%82%a4%e3%83%a0%e3%82%be%e3%83%bc%e3%83%b3/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:23:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object-C]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone SDK 3]]></category>
		<category><![CDATA[iPhone SDK4]]></category>
		<category><![CDATA[GMT]]></category>
		<category><![CDATA[iPhoneアプリ]]></category>
		<category><![CDATA[NSTimeZone]]></category>
		<category><![CDATA[Objective-c]]></category>

		<guid isPermaLink="false">http://splitchin.com/tech/?p=1230</guid>
		<description><![CDATA[				NSTimeZoneのクラスメソッド
				
				timeZoneWithName:・・・タイムゾーン名でタイムゾーンを作って返します
				timeZoneWithAbbreviation:・・・省略形 [...]]]></description>
			<content:encoded><![CDATA[				<h3>NSTimeZoneのクラスメソッド</h3>
				<ul>
				<li>timeZoneWithName:・・・タイムゾーン名でタイムゾーンを作って返します</li>
				<li>timeZoneWithAbbreviation:・・・省略形からタイムゾーンを作って返します</li>
				<li>timeZoneForSecondsFromGMT:・・・グリニッジ標準時からの秒差でタイムゾーンを作って返します</li>
				</ul>
				<p>次のソースで、timeZoneWithNameの、タイムゾーン名を取得できます。</p>
				<pre class="brush: plain;">
#import &lt;CoreFoundation/CoreFoundation.h&gt;

NSString *timeZoneinfo = (NSString *)CFTimeZoneCopyKnownNames();
NSLog(@&quot;timeZoneinfo is %@&quot;, timeZoneinfo);
</pre>
				<p>例えば、</p>
				<ul>
				<li>ニューヨーク・・・“America/New_York”</li>
				<li>上海・・・“Asia/Shanghai”</li>
				<li>東京・・・“Asia/Tokyo”</li>
				<li>ロンドン・・・“Europe/London”</li>
				</ul>
				<p><!-- Amazon area --></p>
				<div class="amazon-area">
				<iframe src="http://rcm-jp.amazon.co.jp/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=333333&#038;lc1=333333&#038;t=i7llcom-22&#038;o=9&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=1X69VDGQCMF7Z30FM082&#038;asins=4863540515" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
				</div>
				<p><!-- /Amazon area --></p>
]]></content:encoded>
			<wfw:commentRss>http://splitchin.com/tech/2010/07/29/nstimezone-%e3%82%bf%e3%82%a4%e3%83%a0%e3%82%be%e3%83%bc%e3%83%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

