Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Cameron Simpson Newsgroups: comp.lang.python Subject: Re: time module Date: Sun, 8 Nov 2015 08:47:07 +1100 Lines: 11 Message-ID: References: Reply-To: python-list@python.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: news.uni-berlin.de Yge22h++tGeQaGLGFxhG5Q6FrO+g/asNP3yMy1ARZmLw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:module': 0.09; 'zero.': 0.09; 'python': 0.10; 'from:addr:cs': 0.16; 'from:addr:zip.com.au': 0.16; 'from:name:cameron simpson': 0.16; 'message-id:@cskk.homeip.net': 0.16; 'received:211.29': 0.16; 'received:211.29.132': 0.16; 'received:cskk.homeip.net': 0.16; 'received:homeip.net': 0.16; 'received:io': 0.16; 'received:optusnet.com.au': 0.16; 'received:psf.io': 0.16; 'received:syd.optusnet.com.au': 0.16; 'seconds.': 0.16; 'simpson': 0.16; 'url:time': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cheers,': 0.22; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'header:User-Agent:1': 0.26; 'example': 0.26; 'function': 0.28; 'prints': 0.29; 'seconds': 0.31; 'url:python': 0.33; 'received:com.au': 0.33; 'could': 0.35; 'subject:time': 0.35; 'something': 0.35; 'but': 0.36; 'url:org': 0.36; 'url:library': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'url:3': 0.60; 'here:': 0.63; 'cameron': 0.66; 'header:Reply- To:1': 0.67; 'internet': 0.70; 'reply-to:no real name:2**0': 0.71; 'reply-to:addr:python.org': 0.84 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=cK4dyQqN c=1 sm=1 tr=0 a=t6IGaf1l19PsElHJfDn/BA==:117 a=t6IGaf1l19PsElHJfDn/BA==:17 a=ZtCCktOnAAAA:8 a=PO7r1zJSAAAA:8 a=vrnE16BAAAAA:8 a=8AHkEIZyAAAA:8 a=kj9zAlcOel0A:10 a=qtqOOiqGOCEA:10 a=JjWCRn6Y6pzg32jI8aIA:9 a=CjuIK1q_8ugA:10 a=lZkWHgSp-gEA:10 a=nc-Hx8ykeD0A:10 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98405 On 07Nov2015 21:27, input/ldompeling@casema.nl wrote: >I like to have a function that prints time in seconds. >I am looking for something for example that seconds count from zero. >I search the internet for time module in python but could not found anathing usefull. Here: https://docs.python.org/3/library/time.html#time.time Cheers, Cameron Simpson