<?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: perl :: pls help conversion timestamp diff format to seconds in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609231#M824697</link>
    <description>download and install &lt;A href="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;use Date::Manip qw(UnixDate);&lt;BR /&gt;($date,$time) = split(/:/, $YOURDATE);&lt;BR /&gt;($day,$mon,$year) = split(/\./, $date);&lt;BR /&gt;$time =~ s/\./:/g;&lt;BR /&gt;$newdatefmt = ${year}."/".${mon}."/".${day}." ".$time;&lt;BR /&gt;printf("New date fmt is %s\n",$newdatefmt);&lt;BR /&gt;$secs = &amp;amp;UnixDate($newdatefmt,"%s");&lt;BR /&gt;printf("Number of secs is %s\n",$secs);&lt;BR /&gt;&lt;BR /&gt;You don't need to use milliseconds because the closest you have is "seconds".&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
    <pubDate>Tue, 23 Aug 2005 07:18:28 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2005-08-23T07:18:28Z</dc:date>
    <item>
      <title>perl :: pls help conversion timestamp diff format to seconds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609228#M824694</link>
      <description>pls help with converting difference of timestamp format (dd.mm.yyyy:hh.mm.ss) to no of seconds or milliseconds.</description>
      <pubDate>Tue, 23 Aug 2005 01:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609228#M824694</guid>
      <dc:creator>viral</dc:creator>
      <dc:date>2005-08-23T01:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: perl :: pls help conversion timestamp diff format to seconds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609229#M824695</link>
      <description>Hi,&lt;BR /&gt;See this link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x26e3ff77de2bd611abd50090277a778c%2C00.html&amp;amp;admit=-682735245+1124778781673+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x26e3ff77de2bd611abd50090277a778c%2C00.html&amp;amp;admit=-682735245+1124778781673+28353475&lt;/A&gt;</description>
      <pubDate>Tue, 23 Aug 2005 01:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609229#M824695</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-23T01:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: perl :: pls help conversion timestamp diff format to seconds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609230#M824696</link>
      <description>i wish to convert the following timestamp format (dd.mm.yyyy:hh.mm.ss) to give an example (01.12.2004:03:23:21) to no of seconds?&lt;BR /&gt;actually its like two strings in the following timestamp format would come and we need a difference of it in seconds or milliseconds?&lt;BR /&gt;pls help with this</description>
      <pubDate>Tue, 23 Aug 2005 01:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609230#M824696</guid>
      <dc:creator>viral</dc:creator>
      <dc:date>2005-08-23T01:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: perl :: pls help conversion timestamp diff format to seconds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609231#M824697</link>
      <description>download and install &lt;A href="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/DateManip-5.44.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;use Date::Manip qw(UnixDate);&lt;BR /&gt;($date,$time) = split(/:/, $YOURDATE);&lt;BR /&gt;($day,$mon,$year) = split(/\./, $date);&lt;BR /&gt;$time =~ s/\./:/g;&lt;BR /&gt;$newdatefmt = ${year}."/".${mon}."/".${day}." ".$time;&lt;BR /&gt;printf("New date fmt is %s\n",$newdatefmt);&lt;BR /&gt;$secs = &amp;amp;UnixDate($newdatefmt,"%s");&lt;BR /&gt;printf("Number of secs is %s\n",$secs);&lt;BR /&gt;&lt;BR /&gt;You don't need to use milliseconds because the closest you have is "seconds".&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 23 Aug 2005 07:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-pls-help-conversion-timestamp-diff-format-to-seconds/m-p/3609231#M824697</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-08-23T07:18:28Z</dc:date>
    </item>
  </channel>
</rss>

