Connor
Connor
How far out are we from a new major version? It's a fairly disruptive change, so I'm of the opinion that we're better off bundling the change in with a...
It may be a good idea to add a timestamp to the tested exif data
I spent some time digging into this, but I'm by no means an expert on EXIF data. It looks like exiftool only returns UTC offset values of +00:00 because the...
That particular timestamp is used as a reference time to parse format strings. The standard library defines a few other formats using the same timestamp here: https://cs.opensource.google/go/go/+/refs/tags/go1.21.6:src/time/format.go;l=101-122 This change fixes...
Your comment makes sense to me. I'm not near my dev machine, but can take a look during the week.
> Hey, I'm trying to implement this on my existing install and keep getting the below. Running current master under the linuxservers docker image. Any thoughts? Looks like I missed...
> Any thoughts on potentially allowing the convert formats to be a multiple choice? Example is Kindle and iBooks where the former wants MOBI while the latter (appears to) perform(s)...
The issue appears to be caused by [this block](https://github.com/aptible/supercronic/blob/afb376d66b7ca90f627fa0536591d854aca843ce/cron/cron.go#L128-L132) in `cron.monitorJob`. During the forward transition, an hour's worth of error logs are generated due to `time.Until(t)` returning a negative duration....
This patch should clear up your issue, but it produces some potentially confusing behavior around DST boundaries (ex. `*/2` will have one hour between jobs when the DST boundary is...
I haven't submitted the change as a PR yet. There's some more work to be done prior to that, but I figured I'd copy it here in case it's helpful...