Skip to main content

This module extends the datetime.time-module and makes it more handy respectivly to comparison, addition and substraction. You can compare, add and substract a daytime with another daytime, a datetime.time-object or an int or float as total amount of seconds. Making sums is also possible with a datetime.timedelta.

Latest Version

The latest version of this project can be found at : http://github.com/thomst/daytime.

Installation

  • Option 1 : Install via pip

    pip install daytime
  • Option 2 : If you have downloaded the source

    python setup.py install

Documentation

How to use?

from daytime import DayTime
import datetime

daytime1 = DayTime(2, 20, 23, 90000)
daytime2 = DayTime(12, 25, 0, 8400)

daytime1 - daytime2                 # DayTime(13, 55, 23, 81600)
daytime2 + datetime.time(22,3,4,5)  # DayTime(10, 28, 4, 8405)
daytime1 - 12400                    # DayTime(22, 53, 43, 90000)

daytime1 < daytime2                 # True
daytime2 > 4800                     # True

DayTime.utcfromtimestamp(24000.4)   # DayTime(6, 40, 0, 400000)

Reporting Bugs

Please report bugs at github issue tracker: https://github.com/thomst/daytime/issues

Author

thomst <thomaslfuss@gmx.de> Thomas Leichtfuß

Download files

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

Source Distribution

daytime-0.4.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file daytime-0.4.tar.gz.

File metadata

  • Download URL: daytime-0.4.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for daytime-0.4.tar.gz
Algorithm Hash digest
SHA256 653c2af965966d677db6342e6de20d34a4a9261fe27e33b04a14f0ec74fd567d
MD5 1783cdc3da778c42aa8a6ea358ee1b7b
BLAKE2b-256 18deba3d8b7a691971ba8805a2e8678c9054408e2caba210359245c306d1de52

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4 This release

1 file

0.3

1 file

0.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page