andrew-morris / parsedatetime

Automatically exported from code.google.com/p/parsedatetime
0 stars 0 forks source link

Patch for issues 34, 37 and 38 #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A lot of places in the code did not honor the passed-in "sourceTime", instead 
making a call to time.localtime() for a default. I have removed those calls to 
time.localtime and replaced them with the given sourceTime, it if exists.

Original issue reported on code.google.com by kenvanha...@gmail.com on 12 Feb 2012 at 11:39

Attachments: