tomekwojcik / ForgeryPy

An easy to use forged data generator for Python
http://tomekwojcik.github.com/ForgeryPy/
MIT License
67 stars 14 forks source link

Add date time #6

Closed binarycrayon closed 7 years ago

binarycrayon commented 8 years ago

@tomekwojcik Just adding a feature to be able to generate random datetime object with 'seconds' delta, plus the option to provide tzinfo.

Thanks.