Sebastian Mika
Sebastian Mika
Thank a lot for the effort. I mostly agree with you proposal, but I am not entirely sure it is that straight forward. That is maybe driven by the application...
I am afraid you are right: you have to code that yourself. `Duration` does not have a build-in property to turn it into a `timedelta`. Likely somethings that would make...
Added a simple solution in #129 - closing this for now
Hi, thanks for sharing your feedback. However, I am afraid there is no straight forward solution to your problem, at least none that I am seeing. `ctparse` by nature is...
Hi, the problem you are facing is that `ctparse` has a build-in (strong) bias of parsing current or future dates, relative to the reference time. Hence parsing this date in...
Sure, go ahead and give it a try (and then maybe in a way that also covers things like "May 20th, 2023"). What might happen is that this breaks other...
Hi, I very much understand your confusion. `latent_time=False` suggests that this would not apply any latent resolutions. However, I am afraid that is not how it is meant and implemented....