X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: Mark Geisert Subject: Re: ps weirdness... Date: Thu, 24 Oct 2013 17:23:59 +0000 (UTC) Lines: 15 Message-ID: References: <21093 DOT 42532 DOT 550364 DOT 992074 AT consult DOT pretender> <20131023082535 DOT GA5134 AT calimero DOT vinschen DOT de> <21095 DOT 51020 DOT 811223 DOT 778148 AT consult DOT pretender> <52690B60 DOT 1050404 AT cygwin DOT com> <21097 DOT 11517 DOT 191599 DOT 247736 AT consult DOT 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