Metadata-Version: 1.0
Name: approxidate
Version: 1.0.1
Summary: a quick way to get a unix timestamp from a ton of arbitrary date formats
Home-page: https://github.com/thatguystone/approxidate
Author: Andrew Stone
Author-email: andrew@clovar.com
License: GPL v2
Description: ===========
        approxidate
        ===========
        
        approxidate is a quick way to get a unix timestamp from a ton of arbitrary date formats.
        
        A few example dates::
        
        	import approxidate
        	approxidate.approx("10/10/2013 10:10:10.312 +0500")
        	approxidate.approx("10/March/2013 10:10:10.312 +0500")
        	approxidate.approx("10/Mar/2013 10:10:10.312 +0500")
        	approxidate.approx("00:00:07.657891")
        	approxidate.approx("mar 10")
        	approxidate.approx("10 mar 2013")
        	approxidate.approx("march 10 2013")
        	approxidate.approx("2013 march 10 04:00:07")
        	approxidate.approx("2013 10 march 04:00:07")
        
Platform: UNKNOWN
