7c90d1e8cc70d38e95d106c0b87acad26dff8f20
From Owen: I tried mktime on Darwin an Linux; looks like they both default to UTC if the TZ environment variable is unset but on Solaris it defaults to the local timezone. I compiled and ran the tests and checked the behaviour by running: date TZ="" date TZ="UTC" date On Solaris the first two are in local time and the third is in UTC. On Darwin and Linux the first one is in local time and the other two are in UTC. Found this as a reference, too, which mentions the suggested implementation in 'man 3 timegm': http://stackoverflow.com/questions/6467844/is-c-mktime-different-on-windows-and-gnu-linux Signed-off-by: Paul Beckingham <paul@beckingham.net>
Thank you for taking a look at taskwarrior!
Taskwarrior is a GTD, todo list, task management, command line utility with a
multitude of features. It is a portable, well supported, very active project,
and it is Open Source. Taskwarrior has binary distributions, online
documentation, demonstration movies, and you'll find all the details at:
http://taskwarrior.org
At the site you'll find a wiki, discussion forums, downloads, news and more.
Your contributions are especially welcome. Whether it comes in the form of
code patches, ideas, discussion, bug reports, encouragement or criticism, your
input is needed.
Please send your support questions and code patches to:
support@taskwarrior.org
Consider joining taskwarrior.org and participating in the future of taskwarrior.
---
taskwarrior is released under the MIT license. For details check the LICENSE
file.