Paul Ganssle

Results 208 comments of Paul Ganssle

@yoch I edited your first post to add a "to-do" list tracking the cases, because I was having a hard time remembering which cases were left to do. I wasn't...

@yoch If you rebase against master, the master branch has a fix for the Appveyor issue.

I've started some refactoring on this, I'm not sure why the `BYMONTHDAY` and `BYYEARDAY` elements were checked off, because I think actually none of the `byxxx` rules are handled. I...

@atttx123 Given that tzlocal() is `CST`, are you sure that that is the wrong answer? I looked into something similar for issue #64, and came to the conclusion that `tzlocal()`...

@atttx123 I'm going to assume that you are satisfied and close this as not a bug. If this is mistaken let me know and I can reopen.

Ah, sorry, I missed that. My bad. I'll look into it.

@atttx123 Hm... This will require careful thought on how to address this, unfortunately. It seems that this was a deliberate choice, as seen in [this comment](https://github.com/dateutil/dateutil/blob/master/dateutil/parser.py#L803). Interestingly, another comment in...

@atttx123 I agree in general, but it's important to determine if this is a bug that no one has noticed, a bug in date or if this is the well-known...

Sorry, that was a half-formed thought, I meant to click "cancel" but I accidentally posted it instead.

@atttx123 OK, I've done a bit of googling, and it turns out that this is actually [a feature of POSIX time-zones](http://www.pixelbeat.org/docs/linux_timezones/) that the trailing time has an inverted sense, which...