c/nostupidquestions · by akunohana@piefed.blahaj.zone · 1d[SOLVED] Can I view the exact time and date for when I made a post/comment? I only see "X time ago". 14 points · 3 comments · view on lemmy.world
3 Comments
schnurrito@discuss.tchncs.de · 11 pts · 1d
Try clicking, hovering or tapping on that "X time ago" thing. I just tried it on your instance and it seems to work there too, definitely does on mine.
akunohana@piefed.blahaj.zone · 3 pts · 1d
Sic! Thanks!💞
one_old_coder@piefed.social · 2 pts · 1d
Not sure but:
The project (https://codeberg.org/rimu/pyfedi) link to an OpenAPI that you can use (https://stable.wjs018.xyz/api/alpha/swagger).
GET /api/alpha/commentreturns a JSON that seems to contain what you want (published, updated, etc.)You can easily do that in Python.