MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Due date is giving the wrong day #48

Closed dmoonfire closed 11 years ago

dmoonfire commented 11 years ago

I have an entry:

(A) due:2013-10-11 Need to be somewhere

... but when I click off it, I see this:

image

All the other "due:yyyy-MM-dd" fields have the same thing here the day is -1. I confirmed it with "due:2014-03-26" and a number of other dates.

MartinSGill commented 11 years ago

Thanks for reporting this. I have actually already fixed this, but not yet pushed it back to github and the website. I'll try and get it updated by the end of the weekend.

MartinSGill commented 11 years ago

Fixed in v1.4.1. debd3795cea43e8f7dfbc51b0f3a0c74d3d2858f

dmoonfire commented 10 years ago

I don't know if you pushed up the 1.4.1, but I'm still seeing it as being one day off. I also tried pulling a copy and running my own, but I got the same thing (for example, putting in today's date says yesterday).

MartinSGill commented 10 years ago

I thought I'd fixed it, but it turned up again in a slightly different form in #51 and I've not had a chance to look at it again yet.