<?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>Grupenet &#187; time offset</title>
	<atom:link href="http://grupenet.com/tag/time-offset/feed/" rel="self" type="application/rss+xml" />
	<link>http://grupenet.com</link>
	<description>Software tips and tricks</description>
	<lastBuildDate>Thu, 24 Dec 2009 19:23:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix Boot Camp time offset</title>
		<link>http://grupenet.com/2007/12/04/fix-boot-camp-time-offset/</link>
		<comments>http://grupenet.com/2007/12/04/fix-boot-camp-time-offset/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 13:48:39 +0000</pubDate>
		<dc:creator>Jared Schwager</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot camp]]></category>
		<category><![CDATA[time offset]]></category>

		<guid isPermaLink="false">http://grupenet.com/2007/12/04/fix-boot-camp-time-offset/</guid>
		<description><![CDATA[Being a new Mac switcher, I of course found myself installing Windows using Boot Camp so I can run those couple applications that are only available in the Windows world. The first time I booted out of my Boot Camp partition and back into Mac OS X I noticed my time had been offset by [...]]]></description>
			<content:encoded><![CDATA[<p>Being a new Mac switcher, I of course found myself installing Windows using Boot Camp so I can run those couple applications that are only available in the Windows world. The first time I booted out of my Boot Camp partition and back into Mac OS X I noticed my time had been offset by about 5 hours. After a bit of googling I found that Windows uses a different time scheme and thus changes the internal hardware clock every time I boot into Windows which ends up screwing up the time displayed in Mac OS X the next time I boot into it.</p>
<p>I found a quick and easy little hack on how to fix this problem thanks to <a href="http://paulstamatiou.com/2006/05/13/boot-camp-bug/#comment-6317">a commenter</a> on <a href="http://paulstamatiou.com/2006/05/13/boot-camp-bug/">this blog post</a>.</p>
<p>First, boot into your Boot Camp partition. Open up Notepad and copy and paste the following:</p>
<p><code>@echo off<br />
net time /setsntp:tick.usno.navy.mil<br />
net stop w32time<br />
net start w32time</code></p>
<p>Save this as a <strong>.bat</strong> (batch) file. Now find your saved batch file and drag it into your &#8220;Startup&#8221; folder in your Start menu. Now every time you start up Windows, it will fix the time offset automatically.</p>
<p><em>On a side note, sorry for the very long delay in posts lately.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://grupenet.com/2007/12/04/fix-boot-camp-time-offset/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
