Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'say,': 0.05; 'python': 0.09; 'sep': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'interval.': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'specified': 0.23; 'header:In- Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'fri,': 0.30; 'could': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40 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=BXZr78R49kawsFk3W8maj3jW6YGFh1I5d1pf2TKPQ5U=; b=PIdY3CpQ7UrHkkn4899uurIl0v4VwjSCWUAzx5uWEvDNhh0+51IDM32xttWcjlR9p1 xl21Kj8dyYJ/8i7mNkUfwFliZc8NqI9MMAV+68KywLw1TCqBD9ZOPXxYLJ009o7fMvpS QymJ3LoKes+BY1t64zVyM1MzhgbYovAXKhLloOokq1x7UAw2KXFLevK1mXzsXnBEe+Wn djR7eo/IlncMPFshdDKBEXM0NVJ30ZZoeD3JBh2tKPK9m62LxhpMUFJ1dzc/QBW1lrs7 p/kMdSYoqL8VTOkNYYQa/q4jEoz76IBgJhtl0lOa0IxnykBK2aG9Ty5a4w2yZNKEutdf RhKQ== MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 14 Sep 2012 01:43:04 +1000 Subject: Re: datetime From: Chris Angelico To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347550987 news.xs4all.nl 6918 [2001:888:2000:d::a6]:38927 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29047 On Fri, Sep 14, 2012 at 1:19 AM, Max wrote: > Say, it's 09:00 now and Python makes it 11:30 *without* me having specified > "11:30" but only given Python the 2h30m interval. Could you cheat and change the timezone offset? :D ChrisA