Time Convert for Humans™
Project description
TimeConvert is a simple time convert script(library) for Python, built for human beings.
Installation
pip install TimeConvert
Usage
from TimeConvert import TimeConvert as tc tc.utc_timestamp()
Variable
from TimeConvert import TIME_ZONE, TIME_FORMAT
Method
# VALIDATE def validate_string(string, format=TIME_FORMAT): # REPLACE def remove_microsecond(self, dt): # DATETIME def utc_datetime(ms=True): def local_datetime(ms=True): def to_utc_datetime(local_dt, timezone=TIME_ZONE): def to_local_datetime(utc_dt, timezone=TIME_ZONE): def yesterday_utc_datetime(): def tomorrow_utc_datetime(): def yesterday_local_datetime(): def tomorrow_local_datetime(): def several_days_ago(dt=None, utc=True, days=0): def several_days_coming(dt=None, utc=True, days=0): def several_time_ago(dt=None, utc=True, days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0): def several_time_coming(dt=None, utc=True, days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0): # STRING def utc_string(utc_dt=None, format=TIME_FORMAT): def local_string(local_dt=None, format=TIME_FORMAT): def datetime_to_string(dt, format=TIME_FORMAT): # TIMESTAMP def utc_timestamp(utc_dt=None): def local_timestamp(local_dt=None): def datetime_to_timestamp(dt): # STRING ==> DATETIME def string_to_utc_datetime(string, format=TIME_FORMAT): def string_to_local_datetime(string, format=TIME_FORMAT): def utc_string_to_utc_datetime(self, utc_string, format=TIME_FORMAT): # STRING ==> TIMESTAMP def string_to_timestamp(string, format=TIME_FORMAT): def string_to_utc_timestamp(string, format=TIME_FORMAT): def string_to_local_timestamp(string, format=TIME_FORMAT): # TIME_DELTA def timestamp_delta(stamp1, stamp2, interval=None): def datetime_delta(dt1, dt2, interval=None): def string_delta(string1, string2, interval=None, format=TIME_FORMAT, format1='', format2=''): PS: interval(seconds) —— Time1 - Time2 >= interval ? # TIME_COUNT_DOWN def timestamp_countdown(stamp): def datetime_countdown(dt): def string_countdown(string, format=TIME_FORMAT): # MIDNIGHT def utc_datetime_midnight(self, utc_dt=None): def utc_seconds_since_midnight(self, utc_dt=None): def local_datetime_midnight(self, local_dt=None): def local_seconds_since_midnight(self, local_dt=None): def datetime_midnight(self, dt=None, utc=False): def seconds_since_midnight(self, dt=None, utc=False): # AWARE vs NAIVE def is_aware(value): def is_naive(value): def make_aware(value, timezone=TIME_ZONE): def make_naive(value, timezone=TIME_ZONE): # OTHER def total_seconds(td): # timedelta
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
TimeConvert-1.3.7.tar.gz
(4.2 kB
view details)
Built Distribution
TimeConvert-1.3.7-py2.7.egg
(8.1 kB
view details)
File details
Details for the file TimeConvert-1.3.7.tar.gz
.
File metadata
- Download URL: TimeConvert-1.3.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec61eeb35b67eec116fa09b5e85b0a40f79de5e978e27e87fb4cdc495f3d65fd |
|
MD5 | 61abbd9df33e1f569ee6ba4257b3f13b |
|
BLAKE2b-256 | bb5c88623ca289a3339b457c1810f7a3e49ad672013b3a3274e2a8ca0b31b06f |
File details
Details for the file TimeConvert-1.3.7-py2.7.egg
.
File metadata
- Download URL: TimeConvert-1.3.7-py2.7.egg
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 088503d7780b0d37fa269e37191296c43d19daf9ba81be0ac71aeedeb772060c |
|
MD5 | 25c395aa96b1c3457661e8b1a7a62816 |
|
BLAKE2b-256 | 56670f3ef0f39a6f569358f1fe33473c54cf093d202c09c089b398678447adfa |