<?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>KosherJava &#187; daylight savings time</title>
	<atom:link href="http://www.kosherjava.com/tag/daylight-savings-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kosherjava.com</link>
	<description>A weblog about Zmanim, Kosher Coffee (Kosher Java) and other odds &#38; ends</description>
	<lastBuildDate>Fri, 06 Jan 2012 18:28:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bearing to Yerushalayim and Zmanim Map 2.0</title>
		<link>http://www.kosherjava.com/2010/03/14/bearing-to-yerushalayim-and-zmanim-map-2-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bearing-to-yerushalayim-and-zmanim-map-2-0</link>
		<comments>http://www.kosherjava.com/2010/03/14/bearing-to-yerushalayim-and-zmanim-map-2-0/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 05:32:53 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[Davening]]></category>
		<category><![CDATA[daylight savings time]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Great Circle]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Latitude and Longitude]]></category>
		<category><![CDATA[Rhumb Line]]></category>
		<category><![CDATA[Timezone]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=436</guid>
		<description><![CDATA[The availability of the Bearing to Yerushalayim and Zmanim Map was originally announced on December 30, 2007. At the time there were a number of bugs related to the Google Map API. These bugs were reported to Google and eventually fixed. Since that time, the only change was a minor JavaScript fix for IE. The [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/sepiaMap.jpg" alt="World map" title="World map" />The availability of the <a href="http://www.kosherjava.com/maps/zmanim.html">Bearing to Yerushalayim and Zmanim Map</a> was <a href="http://www.kosherjava.com/2007/12/30/bearing-to-yerushalayim-and-zmanim-map/">originally announced on December 30, 2007</a>. At the time there were a number of bugs related to the <a href="http://code.google.com/apis/maps/">Google Map API</a>. These bugs were reported to Google and eventually <a href="http://code.google.com/p/gmaps-api-issues/issues/list?can=1&#038;q=status%3AFixed%20reporter%3Akosherjava">fixed</a>. Since that time, the only change was a minor JavaScript fix for IE. The Bearing to Yerushalayim worked, but the zmanim tabs had a major issue because the timezone calculated was done based on the user&#8217;s current browser timezone. This made it tricky to check zmanim in a different location or timezone than the user&#8217;s current timezone. <img class="alignright" src="/images/zmanimTab.png" alt="Zmanim tab using timezones" title="Zmanim tab using timezones" />I recently updated the map to look-up the actual timezone of the latitude and longitude selected by the user. This was implemented by doing a look-up at the <a href="http://www.geonames.org">geonames.org</a> <a href="http://www.geonames.org/export/web-services.html">timezone  web-service</a>. The timezone is passed to the Zmanim API and used to generate the XML output of a list of daily zmanim that is displayed in the map. Since the <a href="http://en.wikipedia.org/wiki/Zoneinfo">Olson timezone database</a> changes a few times a year, there will almost certainly be cases where the proper timezone can&#8217;t be determined.  Some of these are changes of timezone names, such as the change from Asia/Calcutta to Asia/Kolkata (my host will not run the <a href="http://java.sun.com/javase/timezones/#tzu">TZ Updater tool</a>). In these cases a simple mapping between the old and new was added to the map. In cases where the timezone can&#8217;t be determined the timezone will default to GMT.  Ocean locations within 10 km of land will use the closest landmass, but anywhere beyond 10 km will default to GMT. One issue with using the geonames.org webservice, is that when it is down, the map will timeout. I experimented with various ways of dealing with this, but unless my host updates the Java version from 1.4, they are too complex to use at this time.

See the <a href="http://www.kosherjava.com/2008/04/07/technical-information-about-the-bearing-to-yerushalayim-map/">Technical Information about the Bearing to Yerushalayim Map</a> post for technical details about the original implementation.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2010/03/14/bearing-to-yerushalayim-and-zmanim-map-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim Calendar Generator Supports 2007 DST Changes</title>
		<link>http://www.kosherjava.com/2007/02/08/zmanim-calendar-generator-supports-2007-dst-changes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-calendar-generator-supports-2007-dst-changes</link>
		<comments>http://www.kosherjava.com/2007/02/08/zmanim-calendar-generator-supports-2007-dst-changes/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 23:45:40 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[daylight savings time]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/2007/02/08/zmanim-calendar-generator-supports-2007-dst-changes/</guid>
		<description><![CDATA[The Java version on the server was just updated to JDK 5.0 Update 11 and now supports the US 2007 DST Changes mentioned in the previous post. This means that Excel zmanim calendars generated by this site will have the proper daylight savings time for zmanim.]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/calendarJava.png" alt="Java Calendar"/>The <a href="http://java.sun.com">Java</a> version on the server was just updated to <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 5.0 Update 11</a> and now supports the <a href="http://en.wikipedia.org/wiki/Energy_Policy_Act_of_2005">US 2007 DST Changes</a> mentioned in the previous post. This means that <a href="http://www.kosherjava.com/zmanim-project/zmanim-calendar-generator/">Excel zmanim calendars</a> generated by this site will have the proper daylight savings time for <em>zmanim</em>.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2007/02/08/zmanim-calendar-generator-supports-2007-dst-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim Calendar Generator Does Not Yet Support 2007 DST Changes</title>
		<link>http://www.kosherjava.com/2007/01/29/zmanim-calendar-generator-does-not-yet-support-2007-dst-changes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-calendar-generator-does-not-yet-support-2007-dst-changes</link>
		<comments>http://www.kosherjava.com/2007/01/29/zmanim-calendar-generator-does-not-yet-support-2007-dst-changes/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 22:45:21 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[daylight savings time]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Zmanim]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/2007/01/29/zmanim-calendar-generator-does-not-yet-support-2007-dst-changes/</guid>
		<description><![CDATA[As you may know, the U.S. is changing the Daylight Saving Time rules this year due to the Energy Policy Act of 2005. The server currently hosting this site does not yet have the Java patch for this. This means that from the second Sunday in March (the 11th) until the the last Sunday in [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/calendarJava.png" alt="Java Calendar"/>As you may know, the U.S. is changing the Daylight Saving Time rules this year due to the <a href="http://en.wikipedia.org/wiki/Energy_Policy_Act_of_2005">Energy Policy Act of 2005</a>. The server currently hosting this site does not yet have the <a href="http://java.sun.com/developer/technicalArticles/Intl/USDST/">Java patch</a> for this. This means that from the second Sunday in March (the 11<sup>th</sup>) until the the last Sunday in March (the 25<sup>th</sup>), calendars generated from the <a href="http://www.kosherjava.com/zmanim-project/zmanim-calendar-generator/">Zmanim Calendar Generator</a> will show the <em>zmanim</em> in standard time and not daylight savings time (DST). The same issue will happen in the fall from the last Sunday in October (the 28<sup>th</sup>) till the first Sunday in November (the 4<sup>th</sup>). The Java version used by the server should be patched within the next week or 2 to the latest Java 5 (JDK 1.5) version to solve this problem. ]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2007/01/29/zmanim-calendar-generator-does-not-yet-support-2007-dst-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

