Skip to main content

Convert duration to an understandable human representation.

Project description

durtodateandtime

Python3 Module to convert from duration to date and time.

Installation

Install with pip

pip3 install -U durtodateandtime

Usage

In [1]: import durtodateandtime                                                                                       

In [2]: durtodateandtime.duration_to_date_and_time(86401)                                                             
Out[2]: '1 day, 00:00:01'

In [3]: durtodateandtime.duration_to_int_days(86401)                                                                  
Out[3]: 1

In [4]: durtodateandtime.duration_to_time(86401)                                                                      
Out[4]: '00:00:01'

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

durtodateandtime-0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page