Skip to main content

Package for date convert between formats

Project description

python-dateconv

https://api.travis-ci.org/WarmongeR1/python-dateconv.png https://coveralls.io/repos/WarmongeR1/python-dateconv/badge.png https://pypip.in/v/python-dateconv/badge.png https://pypip.in/d/python-dateconv/badge.png Documentation Status

Description

Simple package for convert time between types

Usage

$ pip install python-dateconv
from dateconv import *

human_time = '2015-01-01 18:21:26'
datetime_time = datetime.datetime(2015, 1, 1, 18, 21, 26)
my_unix_time = 1420136486

print(d2u(datetime_time))
# 1420114886

print(d2h(datetime_time))
# 2015-01-01 18:21:26

print(h2u(human_time))
# 1420114886

print(type(h2d(human_time)))
# <type 'datetime.datetime'>

print(u2h(my_unix_time))
# 2015-01-01 18:21:26

print(type(u2d(my_unix_time)))
# <type 'datetime.datetime'>

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

python-dateconv-0.0.9.tar.gz (42.5 kB view details)

Uploaded Source

File details

Details for the file python-dateconv-0.0.9.tar.gz.

File metadata

File hashes

Hashes for python-dateconv-0.0.9.tar.gz
Algorithm Hash digest
SHA256 80de8e015951c6235af6a55dc6a9b39720af96aade5b3f2b849228b77206d9bb
MD5 314b9d5c3cbf4ad49f3b0924e0cb781e
BLAKE2b-256 47abd9f52881431f1417dfed146fd09bd7c376e7871bcd2390993bcb80d553ac

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