<?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>sunset time | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/sunset-time/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Wed, 11 Nov 2009 09:56:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>sunrise, sunset, sunrise, sunset, sunrise, sunset</title>
		<link>https://nerdpress.org/2009/11/11/sunrise-sunset-sunrise-sunset/</link>
					<comments>https://nerdpress.org/2009/11/11/sunrise-sunset-sunrise-sunset/#comments</comments>
		
		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Wed, 11 Nov 2009 09:56:10 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[latitude 38]]></category>
		<category><![CDATA[Sonnenaufgang]]></category>
		<category><![CDATA[Sonnenuntergang]]></category>
		<category><![CDATA[sunset time]]></category>
		<category><![CDATA[untergangszeiten]]></category>
		<category><![CDATA[zenith]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=544</guid>

					<description><![CDATA[<p>Ist doch schön wenn einen die Lieblings Programmiersprache nach all den Jahren noch überraschen kann. &#8230;nein, die Rede ist nicht von JS. Dass PHP Sonnenauf- bzw. untergangszeiten ausgeben kann wusste ich bisher nicht. date_sunrise und date_sunset heissen die beiden Funktionen. coole Sache, wie ich finde.</p>
The post <a href="https://nerdpress.org/2009/11/11/sunrise-sunset-sunrise-sunset/">sunrise, sunset, sunrise, sunset, sunrise, sunset</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Ist doch schön wenn einen die Lieblings Programmiersprache nach all den Jahren noch überraschen kann.</p>
<p>&#8230;nein, die Rede ist nicht von JS.</p>
<p>Dass PHP Sonnenauf- bzw. untergangszeiten ausgeben kann wusste ich bisher nicht.</p>
<p><a href="http://de2.php.net/manual/de/function.date-sunrise.php">date_sunrise</a> und <a href="http://de2.php.net/manual/de/function.date-sunset.php">date_sunset</a> heissen die beiden Funktionen.</p>
<pre class="brush: php; title: ; notranslate">

/* calculate the sunset time for Lisbon, Portugal
Latitude: 38.4 North
Longitude: 9 West
Zenith ~= 90
offset: +1 GMT
*/

echo date(&quot;D M d Y&quot;). &#039;, sunset time : &#039; .date_sunset(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90, 1);

</pre>
<p>coole Sache, wie ich finde.<span id="more-544"></span><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/G5CZ58CBGtg&#038;hl=de&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://www.youtube.com/v/G5CZ58CBGtg&#038;hl=de&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>The post <a href="https://nerdpress.org/2009/11/11/sunrise-sunset-sunrise-sunset/">sunrise, sunset, sunrise, sunset, sunrise, sunset</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2009/11/11/sunrise-sunset-sunrise-sunset/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
