Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67776

Re: Proper conversion of timestamp

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ikorot01@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.090
X-Spam-Evidence '*H*': 0.82; '*S*': 0.00; 'here?': 0.09; 'lawrence': 0.09; 'language.': 0.14; 'igor': 0.16; 'mark,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'meant': 0.20; 'to:name :python-list@python.org': 0.22; '---': 0.24; 'question': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'easier': 0.31; 'figure': 0.32; 'url:python': 0.33; "can't": 0.35; 'display': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'how': 0.40; 'easy': 0.60; 'free': 0.61; 'viruses': 0.61; 'you.': 0.62; 'protection': 0.63; 'our': 0.64; 'different': 0.65; 'mar': 0.68; 'antivirus': 0.68
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fAUHkvzJPHSs7G5JlzqaheRAhRWRR1QFQQsY54nfF9M=; b=Ik0GGlLy80kiYT6kpV2hp16gAQLSUOJx6sWVfYdDLXC6HU4K1jgBAi0IgLn97q0eH/ YVdDmrCTftcR+OtC98VuMYmcteS1GysUNt1KTY20U2l+kn5mTdj8liFQTzw7H+HsCwsa G8NjOuI8lNmpUDg9CzyaRJUi4fGnYSzhaSILt9uSHoTS5x56R0VqeMYNZcZISyRW4dNn ySWl34DkL0mHEJepzzGoMmkwKydEVEhzWxMj12DMT9NLRmWHHLF4fjT9NE1iaW4gsFZM shXxTh+5YgRis/+sImFld2TG9HjCEZTfe/LRwP/1xUrajwFb577EMgYYOsEw1x+d70IQ EzsQ==
MIME-Version 1.0
X-Received by 10.52.191.9 with SMTP id gu9mr24349vdc.37.1393985623687; Tue, 04 Mar 2014 18:13:43 -0800 (PST)
In-Reply-To <lf5l47$8q4$1@ger.gmane.org>
References <CA+FnnTy2zoJYzx+ExkHf8SsENppBLaQzp2zOC9WFYsLBYwK9Qg@mail.gmail.com> <lf5hes$ve3$1@ger.gmane.org> <CA+FnnTxuiNTeaTu7LEdPWvsSnbbirgXqaCS67p5HOrruQPcZ9A@mail.gmail.com> <lf5l47$8q4$1@ger.gmane.org>
Date Tue, 4 Mar 2014 18:13:43 -0800
Subject Re: Proper conversion of timestamp
From Igor Korot <ikorot01@gmail.com>
To "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.7781.1393985974.18130.python-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393985974 news.xs4all.nl 2936 [2001:888:2000:d::a6]:52418
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:67776

Show key headers only | View raw


Hi, Mark,

On Tue, Mar 4, 2014 at 2:46 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> On 04/03/2014 21:55, Igor Korot wrote:
>>
>>
>> But this particular question is easy.
>>
>
> If it's easy why can't you answer it via the docs rather than ask here?

What I meant to say is: it is easy for all you people and it is
definitely easier than
trying to figure out how to process and display different dates.

Thank you.

>
>
> --
> My fellow Pythonistas, ask not what our language can do for you, ask what
> you can do for our language.
>
> Mark Lawrence
>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com
>
>
> --
> https://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Proper conversion of timestamp Igor Korot <ikorot01@gmail.com> - 2014-03-04 18:13 -0800

csiph-web