New issue 67 by lelegai...@gmail.com: Possibly a typo introduced by
revision cc10d7e78b94
http://code.google.com/p/json-template/issues/detail?id=67
Casually I notice what seems a typo: at
http://code.google.com/p/json-template/source/browse/python/jsontemplate/_jsontemplate.py#806
you probably meant forwarding "time_tuple" and not the original "value" to
the helper function.
Comment #1 on issue 67 by andyc...@gmail.com: Possibly a typo introduced by
revision cc10d7e78b94
http://code.google.com/p/json-template/issues/detail?id=67
Doh, great catch! Fixed with the latest commit (with unit tests)