maxiblog=# select created_at from blog_entries where id=276;
created_at
------------------------
2024-12-12 20:20:12-08
(1 row)<br>
maxiblog=# update blog_entries set created_at='2024-12-17 23:20:00-08' where id=276;
That last post was the first big draft I've written and posted and it made me realize that I'm not handling creation dates well... Gotta fix that.
Edit: Also apparently 3bmd doesn't handle code blocks at all?!
Edit edit: Okay I'm dumb but now I have proper support for code blocks
Comments
Add New Comment