<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist/util.go, branch 0.6</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=0.6</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=0.6'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-04-09T01:58:45Z</updated>
<entry>
<title>fix build error with older go version</title>
<updated>2017-04-09T01:58:45Z</updated>
<author>
<name>Ingo Richter</name>
<email>ingo.richter+github@gmail.com</email>
</author>
<published>2017-04-09T01:58:45Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=8badae37312c70bc9ae68c7c6c0792033fb0dbd1'/>
<id>urn:sha1:8badae37312c70bc9ae68c7c6c0792033fb0dbd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `CompletedDate` to todo item.</title>
<updated>2017-04-09T01:24:16Z</updated>
<author>
<name>Ingo Richter</name>
<email>ingo.richter+github@gmail.com</email>
</author>
<published>2017-04-09T01:24:16Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d2df602c25afe3193e2b4d434042b47de64a00e6'/>
<id>urn:sha1:d2df602c25afe3193e2b4d434042b47de64a00e6</id>
<content type='text'>
`CompletedDate` will save a timestamp in ISO8601 format (Internet date/
time format to preserve timezone information)

Added a new `Complete` and `Uncomplete` method for todo_item.
Currently a todo has a boolean flag and the timestamp to indicate that
the item is completed. The boolean flag could be kept for backward
compatibility (reading the json into memory), but should be omitted for
files being written.
</content>
</entry>
<entry>
<title>This commit removes all usages of github.com/jinzhu/now.</title>
<updated>2017-03-04T02:29:35Z</updated>
<author>
<name>DmitriyMV</name>
<email>codeprojtwo@gmail.com</email>
</author>
<published>2017-03-02T11:11:09Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=ee5353cf832a2fec57eacb77396a443e6d6a5b9e'/>
<id>urn:sha1:ee5353cf832a2fec57eacb77396a443e6d6a5b9e</id>
<content type='text'>
github.com/jinzhu/now has numerous errors handling date and time. The example's of them are:
1. Incorrect handling of DST (https://github.com/jinzhu/now/issues/13).
2. 24 Hour long days (https://stackoverflow.com/questions/25254443/return-local-beginning-of-day-time-object-in-go) Chicago has 23, 24, or 25 hours in a day.
3. Incorrect usage of time.Truncate which can return time with a non-zero minute, depending on the time's Location. (https://github.com/golang/go/issues/16647).

There are other issues as well, including getting incorrect beginning and end of the month.
</content>
</entry>
<entry>
<title>Make everything a pointer, add archive completed fn</title>
<updated>2016-05-03T19:02:24Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-03T19:02:24Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=017ddfd50eec98e4ee8dd42a1dac800cdb674171'/>
<id>urn:sha1:017ddfd50eec98e4ee8dd42a1dac800cdb674171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get filtering by projects, contexts working</title>
<updated>2016-05-02T12:49:56Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-02T12:49:56Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=4808994bf548a384f5c4de99b3e5667382bed936'/>
<id>urn:sha1:4808994bf548a384f5c4de99b3e5667382bed936</id>
<content type='text'>
</content>
</entry>
</feed>
