| commit | 9075d8b7719ed66a025bdc11cd0b2923f3cbf58d | [log] [tgz] |
|---|---|---|
| author | R David Murray <rdmurray@bitdance.com> | Mon May 14 22:14:46 2012 -0400 |
| committer | R David Murray <rdmurray@bitdance.com> | Mon May 14 22:14:46 2012 -0400 |
| tree | 8c0c88718d1ff843eb4c4d88821fbcca3d03ca1d | |
| parent | 1f24548e1fcf9ee8862e44cf013a55583973e8f5 [diff] |
#14766: Add correct algorithm for when a 'time' object is naive. This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope).