<jaeger>
For bonus weirdness pushes from me or stenur have the "good" timestamp... pushes from you have the "bad" timestamp
<jaeger>
That leads me to think the timestamp comes from the client, not gitea, and maybe we have different git versions or different config in some way
<jaeger>
So it seems like python's fromisoformat() doesn't fully support ISO-8601, as both timestamps should be ISO-8601 compliant
<jaeger>
I guess I can work around that easily enough but seems stupid
<jaeger>
It makes sense that the timestamp comes from the client (or at least the commit), since you could commit but not push at the same time
<jaeger>
Just hadn't really thought about it before
<jaeger>
The last one from you that DID work was the papirus-icon-theme update on 2022-11-01 - did you change any git config locally since then?
<jaeger>
Oh wow, it might be even dumber than it looks... daylight savings
<jaeger>
I think gitea is the problem here, it's turning a +00:00 into Z (oversimplification, I have not looked at what it's actually doing under the hood)
<jaeger>
and some blame goes to python's fromisoformat for not really supporting all of it :P
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
<beerman>
yep, no changes, besides daylight savings
groovy2shoes has joined #crux-devel
groovy3shoes has quit [Ping timeout: 256 seconds]
chrcav has quit [Ping timeout: 268 seconds]
chrcav has joined #crux-devel
<stenur>
Btw FreeBSD exchanged its base system mailer to dma. sendmail is gone (by default at least). dma is sufficient to deliver local cron reports and even forward to a smarthost.
<stenur>
(I still track that via git. 'Must be said that i do not know whether official dma is already sync'd to the FreeBSD one, there were many committs doing substantial changes a year or so ago. I _planned_ on integrating them locally, but then never did it.)
<stenur>
If it were me i would integrate dma in core and make it a default, and offer postfix-lmdb (standard/only postfix variant on AlpineLinux now) as near to core as exim can be.
<stenur>
But there are quite some things i would make differently.