<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unix timestamp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023243#M97244</link>
    <description>Belinda,&lt;BR /&gt;please see thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=96649" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=96649&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See first answer. But this is only for seconds not milliseconds, so an approximation would be to divde by 1000 first.</description>
    <pubDate>Wed, 17 Jan 2007 11:28:22 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2007-01-17T11:28:22Z</dc:date>
    <item>
      <title>Unix timestamp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023239#M97240</link>
      <description>Ok guru's, I need a little assistance here, I have a number of files and will be getting additional files that will look like this on the system and over a period of time I have to transfer them to other systems and I know after 6 months the Dec 29 changes to just the current year..&lt;BR /&gt;&lt;BR /&gt;Dec 29 23:50 QMV_0109092_2_1167454173409.jpg&lt;BR /&gt;&lt;BR /&gt;The 1167454173409 is the milliseconds from 1970 (Something about the start of Unix), does anyone a scripting formula that would convert that to the current date which would be Dec 29 2350.</description>
      <pubDate>Wed, 17 Jan 2007 11:04:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023239#M97240</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2007-01-17T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unix timestamp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023240#M97241</link>
      <description>This URL will do the conversions online&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.onlineconversion.com/unix_time.htm" target="_blank"&gt;http://www.onlineconversion.com/unix_time.htm&lt;/A&gt;</description>
      <pubDate>Wed, 17 Jan 2007 11:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023240#M97241</guid>
      <dc:creator>Derek Whigham_1</dc:creator>
      <dc:date>2007-01-17T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unix timestamp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023241#M97242</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use Perl;&lt;BR /&gt;&lt;BR /&gt;# perl -le 'print scalar localtime(1167454173)'&lt;BR /&gt;&lt;BR /&gt;Fri Dec 29 23:49:33 2006&lt;BR /&gt;&lt;BR /&gt;...since you said milliseconds, I rounded to seconds.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Jan 2007 11:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023241#M97242</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-17T11:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unix timestamp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023242#M97243</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Another way is this:&lt;BR /&gt;&lt;BR /&gt;# echo "0d1167454173=Y"|adb&lt;BR /&gt;&lt;BR /&gt;2006 Dec 29 23:49:33&lt;BR /&gt;&lt;BR /&gt;The "0d" denotes a decimal base number.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 17 Jan 2007 11:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023242#M97243</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-17T11:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unix timestamp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023243#M97244</link>
      <description>Belinda,&lt;BR /&gt;please see thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=96649" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=96649&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See first answer. But this is only for seconds not milliseconds, so an approximation would be to divde by 1000 first.</description>
      <pubDate>Wed, 17 Jan 2007 11:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023243#M97244</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-17T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unix timestamp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023244#M97245</link>
      <description>Thanks to you all, Belinda is my replacement here at Harris Connect and she will get all the emails when I ask a question, you response was needed by James Marrion who is semi-retired and still trying to work things out..</description>
      <pubDate>Wed, 17 Jan 2007 11:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unix-timestamp/m-p/5023244#M97245</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2007-01-17T11:56:00Z</dc:date>
    </item>
  </channel>
</rss>

