User-friendly functions to help perform common date and time actions.
Usage
To get the system time zone’s name:
when.timezone()
To get the current date:
when.today()
To get tomorrow’s date:
when.tomorrow()
To get yesterday’s date:
when.yesterday()
To get a datetime one year from now:
when.future(years=1)
To convert to a different time zone:
when.shift(value, from_tz='America/New_York', to_tz='UTC')
To get the current time:
when.now()
Full documentation can be found on Read the Docs.
Installation
Installing When.py is easy:
pip install whenpy
or download the source and run:
python setup.py install
Release files for whenpy 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| whenpy-0.3.0.tar.gz | 12.9 kB | Details |
Release files / whenpy-0.3.0.tar.gz
| Download URL | whenpy-0.3.0.tar.gz |
|---|---|
| Size | 12.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5faa8fb58588dc76f6e5af4aa32e73c6d101c953c53bc8ba9186e8845f7a63a5
|
|
BLAKE2b-256 checksum How to use checksums |
591a57b98db428fac9ab48aa8331384e3196da58f1b00a6ad1c1863514124ec2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |