<?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>Linux 101 Hacks &#187; 02. Date Manipulation</title>
	<atom:link href="http://linux.101hacks.com/category/date-manipulation/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.101hacks.com</link>
	<description>Free eBook to Build a Strong Foundation in UNIX / Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 06:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hack 11. Display Future Date and Time</title>
		<link>http://linux.101hacks.com/date-manipulation/future-date-and-time/</link>
		<comments>http://linux.101hacks.com/date-manipulation/future-date-and-time/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:58:49 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[02. Date Manipulation]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=71</guid>
		<description><![CDATA[Following examples shows how to display a future date and time. $ date Thu Jan 1 08:30:07 PST 2009 $ date --date='3 seconds' Thu Jan 1 08:30:12 PST 2009 $ date --date='4 hours' Thu Jan 1 12:30:17 PST 2009 $ date --date='tomorrow' Fri Jan 2 08:30:25 PST 2009 $ date --date="1 day" Fri Jan 2 [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/date-manipulation/future-date-and-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 10. Display Past Date and Time</title>
		<link>http://linux.101hacks.com/date-manipulation/past-date-and-time/</link>
		<comments>http://linux.101hacks.com/date-manipulation/past-date-and-time/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:57:53 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[02. Date Manipulation]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=68</guid>
		<description><![CDATA[Following are various ways to display a past date and time: $ date --date='3 seconds ago' Thu Jan 1 08:27:00 PST 2009 $ date --date="1 day ago" Wed Dec 31 08:27:13 PST 2008 $ date --date="1 days ago" Wed Dec 31 08:27:18 PST 2008 $ date --date="1 month ago" Mon Dec 1 08:27:23 PST 2008 [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/date-manipulation/past-date-and-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 9. Display Current Date and Time in a Specific Format</title>
		<link>http://linux.101hacks.com/date-manipulation/current-date-and-time/</link>
		<comments>http://linux.101hacks.com/date-manipulation/current-date-and-time/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:56:28 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[02. Date Manipulation]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=65</guid>
		<description><![CDATA[Following are different ways of displaying the current date and time in various formats. $ date Thu Jan 1 08:19:23 PST 2009 $ date --date="now" Thu Jan 1 08:20:05 PST 2009 $ date --date="today" Thu Jan 1 08:20:12 PST 2009 $ date --date='1970-01-01 00:00:01 UTC +5 hours' +%s 18001 $ date '+Current Date: %m/%d/%y%nCurrent Time:%H:%M:%S' [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/date-manipulation/current-date-and-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 8. Set Hardware Date and Time Using hwclock</title>
		<link>http://linux.101hacks.com/date-manipulation/hwclock/</link>
		<comments>http://linux.101hacks.com/date-manipulation/hwclock/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:54:28 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[02. Date Manipulation]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=62</guid>
		<description><![CDATA[Before setting the hardware date and time, make sure the OS date and time is set appropriately as shown in the hack#7. Set the hardware date and time based on the system date as shown below: # hwclock –systohc # hwclock --systohc –utc Use hwclock without any parameter, to view the current hardware date and [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/date-manipulation/hwclock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 7. Set System Date and Time</title>
		<link>http://linux.101hacks.com/date-manipulation/set-system-date-and-time/</link>
		<comments>http://linux.101hacks.com/date-manipulation/set-system-date-and-time/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:50:14 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[02. Date Manipulation]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=18</guid>
		<description><![CDATA[To change the system date use: # date {mmddhhmiyyyy.ss} o mm – Month o dd – Date o hh – 24 hour format o mi – Minutes o yyyy – Year o ss – seconds For example, to set system date to Jan 31st 2008, 10:19 p.m, 53 seconds # date 013122192009.53 You can also [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/date-manipulation/set-system-date-and-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.101hacks.com

Served from: linux.101hacks.com @ 2012-02-04 04:12:04 -->
