GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
147 stars 28 forks source link

Localized datetime #23

Closed tbabej closed 9 years ago

tbabej commented 9 years ago

This pull request adds support for localized datetime (tasklib can accept datetime in arbitrary timezone, and will return datetime in UTC).

tbabej commented 9 years ago

Needs documentation and tests. Putting here for review.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.25%) when pulling 01bf3185e21d2d545e322eb65b9936f86c9add9e on tbabej:localized_timestamps into 847794a5402c9a7f2ffd6f780a73bb92ae804898 on robgolding63:develop.

robgolding commented 9 years ago

Sorry for the delay, I welcome this change. Not too worried about introducing an extra dependency, so I say go for it :smile:

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.23%) to 95.85% when pulling 40a7dc74e841c5e0e624430b70da97b909eecbee on tbabej:localized_timestamps into 447b6c8847cbe8f52970ae097e7b676d8302aed0 on robgolding63:develop.