Skip to main content

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

# Default Asia/Shanghai & %Y-%m-%d %H:%M:%S
from TimeConvert import TIME_ZONE, TIME_FORMAT

# Deassign TIME_ZONE & TIME_FORMAT
tc.__init__(timezone='Asia/Shanghai', format='%Y-%m-%d %H:%M:%S')

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, timezone=None):

def to_utc_datetime(local_dt, timezone=TIME_ZONE):

def to_local_datetime(utc_dt, timezone=TIME_ZONE):

def yesterday_utc_datetime(ms=True):

def tomorrow_utc_datetime(ms=True):

def yesterday_local_datetime(ms=True, timezone=None):

def tomorrow_local_datetime(ms=True, timezone=None):

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


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.8.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

TimeConvert-1.3.8-py2.7.egg (8.3 kB view details)

Uploaded Source

File details

Details for the file TimeConvert-1.3.8.tar.gz.

File metadata

  • Download URL: TimeConvert-1.3.8.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for TimeConvert-1.3.8.tar.gz
Algorithm Hash digest
SHA256 560ae7185592652ad94831ef640699123b8241e003f712100c636191a7ffb604
MD5 3cc22bea9a252d2f73172dadea86e825
BLAKE2b-256 3a54c7dfa17a22bfa57f0a97177e13e41f20cab98c4afd873a735a23838fe7a7

See more details on using hashes here.

File details

Details for the file TimeConvert-1.3.8-py2.7.egg.

File metadata

File hashes

Hashes for TimeConvert-1.3.8-py2.7.egg
Algorithm Hash digest
SHA256 20c52bfc639cc8704fda6d01730ccf7f7e6810c16bc4095f32ff2c511d80594b
MD5 a97edcaf130dd1810103d79b35f50fa5
BLAKE2b-256 fbf1a9fdeaba12c937a7de2678acdacbdc91ae2b93383e5e3d799006dfda95a3

See more details on using hashes here.

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