<?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>x83.net &#187; date</title>
	<atom:link href="http://www.x83.net/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +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>FreeBSD tips : Setting time and date</title>
		<link>http://www.x83.net/freebsd-tips-setting-time-and-date/</link>
		<comments>http://www.x83.net/freebsd-tips-setting-time-and-date/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 20:52:07 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[localtime]]></category>
		<category><![CDATA[ntpdate]]></category>

		<guid isPermaLink="false">http://www.x83.net/blog/?p=154</guid>
		<description><![CDATA[It’s definitely a good thing to have your system clock sync itself each time you reboot using a public NTP Timeserver. FreeBSD makes this a piece of cake. First, you’ll want to make sure your timezone is set correctly. Check /usr/share/zoneinfo for the correct time zone file, and copy it to /etc/localtime. I.e.: bash-2.05b# mv [...]]]></description>
			<content:encoded><![CDATA[<p>It’s definitely a good thing to have your system clock sync itself each time you reboot using a public NTP Timeserver. FreeBSD makes this a piece of cake.</p>
<p>First, you’ll want to make sure your timezone is set correctly. Check /usr/share/zoneinfo for the correct time zone file, and copy it to /etc/localtime. I.e.:</p>
<blockquote><p> bash-2.05b# mv /usr/share/zoneinfo/zonefilehere /etc/localtime</p></blockquote>
<p>Once you’ve done that, you will need to make sure your date and time are set within at least a few minutes of the current date and time. To do this, use the date command:</p>
<blockquote><p>bash-2.05b# date 0408290000</p></blockquote>
<p>The date is in YYMMDDHHMM format, the clock being a 24 hour and not 12 hour clock. To make sure the date looks correct before moving on, just type date in again:</p>
<blockquote><p> bash-2.05b# date<br />
 Sun Aug 29 00:00:33 MDT 2004</p></blockquote>
<p>Now that our timezone, date, and time are all set correctly, lets setup the NTP daemon to keep the system time synced-up.To do this, open /etc/rc.conf in your editor of choice, and add these lines:</p>
<blockquote><p> ntpdate_enable=”YES”<br />
 ntpdate_program=”ntpdate”<br />
 ntpdate_flags=”-b timeserver.org”</p></blockquote>
<p>Replace timeserver.org with a server from a public NTP timeserver list which is near you (by number of network hops, not necessarily physical location). You’ll need to Google for a list of these yourself. Voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/freebsd-tips-setting-time-and-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

