#[jgmac1106]Are there any micropub clients that allow you to set a publication time?
[dougbeal] and [Rose] joined the channel
#mapkycaWouldn't matter unless they queued and posted the post at a later time.
#mapkycaBasically needs an extra 'publish time' field added to the data model that the retrieval methods filter on. Not terribly hard, but wide reaching. Then there's the UX side of things which is always a pain
#mapkycaEspecially when you start thinking about timezones *shudder*
[grantcodes] joined the channel
#[jgmac1106]Been having discussions about timezones is dev channels, yeah that was what I was wondering about. If there are any micropub with a delayed publishing feature
#[jgmac1106]... Bonus of future publish... Being able to backdate
#mapkycaThat'd be cool, but future dating at least would require a background service to implement. Backdate should be straightforward and could be implemented now, as known does allow you to set create date by input
[snarfed], Yed, raucao, [frank], [Rose], [fluffy], [Lewis_Cowles], [dougbeal], [KevinMarks], [grantcodes] and [jgmac1106] joined the channel
#[jgmac1106]has anyone tried the PHP environment yet with GitHub Actions? It uses Composer so a Known instance should be doable, love to learn from someone who dies it first