X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=s+LaHIsSFYpd4A3UPVbMaCA5NESp1j1GiQ0V+0qwNbBO2z/ECOjK1
	T0rxwP414SQOrVayTaCOP99YbuaaZhDdLGoio5YrniEApMYhS6GXL+m5btT+IHqZ
	qcKU025IZziZckHhpzef3bwpCPm27nrsPy1iIZsKBGjaRctTBvqg0E=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=ceFKiOrifj1lBDkQf/RRVpnr8q8=; b=QJR0VyhDAZ+LTrZltC7mWIAkV2nV
	zu3hxYBbD7/Ik+NSoGo68TBqDx+upRs7B/etiJQO/seB93yQ/jfJKguZHWQzODmW
	1CU06oIkE64byuH67ex83oMZ63Ra2OuOyjm9AWlqRVYJb1N+0MEHek2G34zR51oJ
	kmMHjkJA7GBHT3o=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Mark Geisert <mark@maxrnd.com>
Subject: Re: ps weirdness...
Date: Thu, 24 Oct 2013 17:23:59 +0000 (UTC)
Lines: 15
Message-ID: <loom.20131024T191938-652@post.gmane.org>
References: <21093.42532.550364.992074@consult.pretender>	<20131023082535.GA5134@calimero.vinschen.de>	<21095.51020.811223.778148@consult.pretender>	<CAFO6C=xn=h9jtkDcfTHxCevTOYD-xz-oR1ynXZwZfOCj_WsTBQ@mail.gmail.com>	<52690B60.1050404@cygwin.com> <21097.11517.191599.247736@consult.pretender>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes

>  > As for the date issue, what you're seeing is the traditional UNIX/POSIX
>  > start time (the number of seconds since Jan 1, 1970).  It's nothing
strange.
[...] 
> 2. Why is the start time Jan 1, 1970 (or in my case Dec 31 1969?) when
>    the process was only started today?

You are looking at something transient.  The time is a count of seconds; it
is initialized to zero, which corresponds to Jan 1 1970.  At some point it
gets updated to the current time.  You happen to see the time before it's
been updated.

..mark

captcha: monstrance


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

