<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.joehacker.com/index.php?action=history&amp;feed=atom&amp;title=Fun_Tips</id>
	<title>Fun Tips - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.joehacker.com/index.php?action=history&amp;feed=atom&amp;title=Fun_Tips"/>
	<link rel="alternate" type="text/html" href="https://www.joehacker.com/index.php?title=Fun_Tips&amp;action=history"/>
	<updated>2026-05-24T03:30:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.joehacker.com/index.php?title=Fun_Tips&amp;diff=69&amp;oldid=prev</id>
		<title>Joe: Created page with &#039;At least these are fun tips for me.  == Fun with epoch dates ==  Unix does a great job of storing time as a long integer value. They call this time Epoch and it marks the seconds…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.joehacker.com/index.php?title=Fun_Tips&amp;diff=69&amp;oldid=prev"/>
		<updated>2010-06-11T00:09:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;At least these are fun tips for me.  == Fun with epoch dates ==  Unix does a great job of storing time as a long integer value. They call this time Epoch and it marks the seconds…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;At least these are fun tips for me.&lt;br /&gt;
&lt;br /&gt;
== Fun with epoch dates ==&lt;br /&gt;
&lt;br /&gt;
Unix does a great job of storing time as a long integer value. They call this time Epoch and it marks the seconds in time from January 1, 1970 at midnight. I see these times in various logs and have wrote programs to convert them. There is an easy way to do this at the command prompt. Just us the &amp;#039;@&amp;#039; sign in front of the value.&lt;br /&gt;
&lt;br /&gt;
 date -d @1234567890&lt;br /&gt;
&lt;br /&gt;
To use date to dump the epoch time:&lt;br /&gt;
 date +%s&lt;/div&gt;</summary>
		<author><name>Joe</name></author>
	</entry>
</feed>