Refactor parse_datetime util.
authorJoshua Roesslein <jroesslein@gmail.com>
Sat, 17 Aug 2013 09:28:06 +0000 (02:28 -0700)
committerJoshua Roesslein <jroesslein@gmail.com>
Sat, 17 Aug 2013 09:28:06 +0000 (02:28 -0700)
commita5bae83eb60ff1b478c4a39cbd29ffe12155abc8
tree743ba1d5e56e98cbe4caea591909fcb839f09a7d
parent3f24fec6f1d55f2f0e9e675a816fe5310c8a5ad9
Refactor parse_datetime util.

- Avoid changing locale to parse timestamps.
- Use emails RFC 2822 parser.
- Added a test.
run_tests.sh
tests/test_utils.py [new file with mode: 0644]
tweepy/utils.py