Metadata-Version: 1.0
Name: approxidate
Version: 1.0.0
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.
        
        Typical usage::
        
        	import approxidate
        	approxidate.approx("10/10/2013 10:10:10.312 +0500")
        
Platform: UNKNOWN
