From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQNN1-0007uw-RO for garchives@archives.gentoo.org; Sat, 28 May 2011 17:32:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D5E71C056; Sat, 28 May 2011 17:30:54 +0000 (UTC) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by pigeon.gentoo.org (Postfix) with ESMTP id 272FC1C056 for ; Sat, 28 May 2011 17:30:54 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id DE40220A82 for ; Sat, 28 May 2011 13:30:53 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sat, 28 May 2011 13:30:53 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:subject:references:in-reply-to:content-type; s=smtpout; bh=X9X/pID6ixOtsM+awwpkpa7UyAw=; b=Ve9/dXA8BiAmsdvxow9PmmG8NdhHxGTtEK8fYJeLFrsLT9ZtO0UwC08q7UAapDnTttZ12e/8nPJLWKfDs7ndP6pyAO1sVtUtAdwO542AG8eX4Dxa/RjP97LlO/zY9TWLrzC8emAbbCBcjTKskVsrSPEhA2OcMX81RJXrBYy6uW8= X-Sasl-enc: NK30dE66aNdd2bTBOQDRfMlzlTJoIUbGW0bhsXLY9kww 1306603853 Received: from [192.168.5.18] (serv.binarywings.net [83.169.5.6]) by mail.messagingengine.com (Postfix) with ESMTPSA id 010EA400A56 for ; Sat, 28 May 2011 13:30:52 -0400 (EDT) Message-ID: <4DE13145.80801@binarywings.net> Date: Sat, 28 May 2011 19:30:45 +0200 From: Florian Philipp User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110507 Lightning/1.0b3pre Thunderbird/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Converting time formats References: <4DE124C2.3050809@gmail.com> In-Reply-To: <4DE124C2.3050809@gmail.com> X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig37DB2857F0F0BDA49A65B5D9" X-Archives-Salt: X-Archives-Hash: 4fc06edd7e04fb40b3d3f1701d70ffd3 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig37DB2857F0F0BDA49A65B5D9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Am 28.05.2011 18:37, schrieb Dale: > I asked this once before but I can't find it. I have a log file that > has time stamps that look like this: >=20 > lastrun =3D 1306574899 >=20 > What do I use to get the human time for that? I thought it was the dat= e > command but I couldn't find it in the man page. I tried google but I > can't recall what that time stamp is called either so not sure what to > search for. >=20 > Could someone enlighten me a little bit here? >=20 > Thanks. >=20 > Dale >=20 > :-) :-) >=20 date --date=3D@1306574899 looks sensible. I've found this on the info page: `info date` -> "Date input formats" -> "Seconds since the Epoch" Hope this helps, Florian Philipp --------------enig37DB2857F0F0BDA49A65B5D9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3hMUkACgkQqs4uOUlOuU8nagCeIo6NlnZ3mGn24HavV5WNms0A tWYAniQg1mCwERDRuO1a7K2Il/V52jBg =52sI -----END PGP SIGNATURE----- --------------enig37DB2857F0F0BDA49A65B5D9--