<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist/parser_test.go, branch 0.5.2</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=0.5.2</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=0.5.2'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-03-04T02:29:35Z</updated>
<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>Support UTF-8 strings as contexts and projects</title>
<updated>2017-01-26T12:42:37Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>nonerkao@gmail.com</email>
</author>
<published>2017-01-26T12:42:37Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=50d0119567d2dcae7729bf4e7a841702ba9171d0'/>
<id>urn:sha1:50d0119567d2dcae7729bf4e7a841702ba9171d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug and add some tests</title>
<updated>2017-01-21T04:43:43Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>nonerkao@gmail.com</email>
</author>
<published>2017-01-21T04:43:43Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=206a28076422758102fb7df322b218dfe4248deb'/>
<id>urn:sha1:206a28076422758102fb7df322b218dfe4248deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tests by removing hard-coded year</title>
<updated>2017-01-16T13:50:14Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-01-16T13:50:14Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=b45e96087c4a1dbbb99b6f54d576c71d54ec3bbf'/>
<id>urn:sha1:b45e96087c4a1dbbb99b6f54d576c71d54ec3bbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix - use 'tod' as shorthand for today</title>
<updated>2016-09-08T11:38:16Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-09-08T11:38:16Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=76339ade637cb71b49d1b61d83f59c2322ef3a9d'/>
<id>urn:sha1:76339ade637cb71b49d1b61d83f59c2322ef3a9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make agenda its own command</title>
<updated>2016-05-12T11:18:47Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-12T11:18:47Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=3f14a184e28927697185d35829fa1bdb9db5b80d'/>
<id>urn:sha1:3f14a184e28927697185d35829fa1bdb9db5b80d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue with parsing specific dates</title>
<updated>2016-05-12T11:13:51Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-12T11:13:51Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=5cdaefd17b999aa554485ca30246e7469affe1e4'/>
<id>urn:sha1:5cdaefd17b999aa554485ca30246e7469affe1e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse out arbitrary dates</title>
<updated>2016-05-06T21:40:04Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-06T21:40:04Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=8bb8317f1f29a7dd1b910931ebd12c739a5fa1cc'/>
<id>urn:sha1:8bb8317f1f29a7dd1b910931ebd12c739a5fa1cc</id>
<content type='text'>
This will parse out dates in the format of "mon dd", the month being a 3
letter month, and the date being just the day.

due mar 10
due sep 25
due oct 2

it will also "intelligently" guess the year, based upon which is the
shorter duration from time.Now(). for instance, if today's date is dec
25 and you schedule an event for jan 2, it will schedule it for the
following year.
</content>
</entry>
<entry>
<title>Handle parsing dates, and printing them</title>
<updated>2016-04-30T12:45:49Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-30T12:45:49Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=ef9427646b9464d1f8c376f75741e737117a1a83'/>
<id>urn:sha1:ef9427646b9464d1f8c376f75741e737117a1a83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Organize things a bit better</title>
<updated>2016-04-24T14:22:33Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-24T14:22:33Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=63893587cb41a1980318b60bf05fafbf433a24ab'/>
<id>urn:sha1:63893587cb41a1980318b60bf05fafbf433a24ab</id>
<content type='text'>
</content>
</entry>
</feed>
