<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>What time is it?</title><link>http://msmvps.com/blogs/bradley/archive/2005/07/03/56448.aspx</link><description>What time is it? No, really, what time is it? If I wanted to meet up with you at 8:00 a.m. tomorrow morning and you were in a different time zone, what's the best way to make sure that I arrange to meet you at the right time? It's a little thing that</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Time is an almost intractable problem.</title><link>http://msmvps.com/blogs/bradley/archive/2005/07/03/56448.aspx#56522</link><pubDate>Tue, 05 Jul 2005 13:17:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:56522</guid><dc:creator>bradley</dc:creator><description>I've spent a large part of my career working with time and date issues, from a project management program to a scheduling system, and there are so very many different issues to deal with that life gets really complicated for any programmer trying to make the computer understand time zones.&lt;br&gt;&lt;br&gt;Here are a few surprises for the novice:&lt;br&gt;&lt;br&gt;1. Time zones are not always offset by a whole number of hours.  Portions of India and Canada run at offsets that are so-many-hours and a half from GMT.  &amp;quot;Newfoundland Time&amp;quot; is a great search phrase to use on this.&lt;br&gt;&lt;br&gt;2. Daylight Savings Time is not universal, nor universally approved of, nor universally applied.&lt;br&gt;2.1 Up until relatively recently, the switch to &amp;quot;British Summer Time&amp;quot; from GMT was made based on Naval Research by the British Admiralty, and was set by Act of Parliament on an annual basis.  Diaries and calendars were printed with the date of British Summer Time marked with an asterisk, leading to the words &amp;quot;subject to Act of Parliament&amp;quot;.&lt;br&gt;2.2 The state of Arizona does not observe Daylight Saving Time, except for the Navajo Reservation, which does, except for the Hopi Nation inside there, which doesn't.&lt;br&gt;&lt;br&gt;3. Leap seconds exist.  GMT and UTC differ by a fraction of a second, and leap seconds are used to keep that difference to a fraction less than one.&lt;br&gt;&lt;br&gt;My general advice for anyone writing a program to manage dates and times would be to store every time in GMT / UTC (for most practical purposes they can be considered to be equivalent), and to convert to local time zone when displaying the time, and to convert from the local time zone when reading input.  Always provide a way to specify the time zone's name, military code (a letter from A to Z) or offset from GMT, including fractional parts of hours.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=56522" width="1" height="1"&gt;</description></item><item><title>re: What time is it?</title><link>http://msmvps.com/blogs/bradley/archive/2005/07/03/56448.aspx#56458</link><pubDate>Mon, 04 Jul 2005 04:13:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:56458</guid><dc:creator>bradley</dc:creator><description>I just found this utility a couple of days ago from Microsoft.  It's one of their freeware utilities called Microsoft Time Zone and can be found here, &lt;a target="_new" href="http://www.microsoft.com/globaldev/outreach/dnloads/timezone.mspx"&gt;http://www.microsoft.com/globaldev/outreach/dnloads/timezone.mspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;I installed it so I could keep track of the time where my sister in Germany is as well as few friends around the world.  Pretty slick little utility that just sits in the system tray.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=56458" width="1" height="1"&gt;</description></item></channel></rss>