Mike Taylor

Results 80 comments of Mike Taylor

This work you are doing has me _very_ excited! being able to make our testing easier and with better coverage for locales == HUGE win! much thanks!

+1 to the new keywords and I see what your saying about just using pdtContext from the start -- these examples are already showing the benefits of this new setup:...

thanks for the update! I agree completely with having "less magic" and easily grep'able tests - solving it with a fixture seems ok.

I've always thought (and maybe never wrote it down for everyone to also know... :/ ) that we have a minimum resolution setting that says that in order to be...

> Also related, it would be useful for pdtContext to include a flag to indicate whether the user specified the am/pm meridian. yes please!

I don't think this is necessarily a bug as the date format `dd/mmmmm/yyyy:hh:mm:ss` isn't a "normal" datetime format, but that's common in logs for sure This is one of the...

having more language coverage is always a huge win - thanks @idpaterson

There is the beginnings of this functionality already in the code, the easiest way to show it is to take a look at https://github.com/bear/parsedatetime/blob/master/tests/TestRanges.py where you will see that the...

Your question about overriding some of the defined word values could be solved in two ways - defining your own pdt_locales class (see https://github.com/bear/parsedatetime/tree/master/parsedatetime/pdt_locales for the current ones) or just...

hmm, that is an interesting change - we should be able to do that as these variables are what generate the regex...