<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=TimeUs</id>
	<title>TimeUs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pickwiki.org/index.php?action=history&amp;feed=atom&amp;title=TimeUs"/>
	<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=TimeUs&amp;action=history"/>
	<updated>2026-04-29T00:36:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://pickwiki.org/index.php?title=TimeUs&amp;diff=2316&amp;oldid=prev</id>
		<title>Conversion script: link fix</title>
		<link rel="alternate" type="text/html" href="https://pickwiki.org/index.php?title=TimeUs&amp;diff=2316&amp;oldid=prev"/>
		<updated>2015-02-26T23:48:56Z</updated>

		<summary type="html">&lt;p&gt;link fix&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
This C program works in HPUX 10.2 and below is VOC item to use with it. Most useful for those who find HPUX only returns time to 1 second detail. This routine passes current time as seconds.microseconds. &lt;br /&gt;
I do:&lt;br /&gt;
ECMD = &amp;#039;TIMEUS&amp;#039;&lt;br /&gt;
EXECUTE ECMD,/[[/OUT]].&amp;gt;CAP&lt;br /&gt;
STTM = CAP&amp;lt;1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;gt;CT VOC TIMEUS&lt;br /&gt;
&lt;br /&gt;
     TIMEUS&lt;br /&gt;
0001 V&lt;br /&gt;
0002 /usr/local/bin/timez&lt;br /&gt;
0003 U&lt;br /&gt;
0004 TICRGM&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* =========== timez.c =================&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;sys/time.h&amp;gt;&lt;br /&gt;
main()&lt;br /&gt;
{&lt;br /&gt;
          struct timeval  first;&lt;br /&gt;
           struct timezone tzp;&lt;br /&gt;
&lt;br /&gt;
              gettimeofday (&amp;amp;first, &amp;amp;tzp);&lt;br /&gt;
&lt;br /&gt;
printf(&amp;quot;%d.%06d&amp;quot;,first.tv_sec,first.tv_usec);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Conversion script</name></author>
	</entry>
</feed>