I\'m working on a little fitness tracker in order to teach myself Django. I want to graph my weight over time, so I\'ve decided to use the Python Google Charts Wrapper. Goog
Note that subtracting will not work in case the two date times have different offset-awareness, e.g., one with tzinfo and one without (native).