Set blog post date/time when publishing #95929

Closed
opened 2022-02-21 11:36:49 +01:00 by Pablo Vazquez · 5 comments

Currently, when a post is created, the date is set to Unix epoch. Additionally, the date is not updated when the post is published, leading to posts being 52 years old if the user forgets to set the date.

A few changes could help:

  • On creation, set created_at as now.
  • On publish, set created_at as now.
Currently, when a post is created, the date is set to Unix epoch. Additionally, the date is not updated when the post is published, leading to posts being 52 years old if the user forgets to set the date. A few changes could help: * On creation, set `created_at` as `now`. * On publish, set `created_at` as `now`.
Author
Owner

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author
Owner

Added subscriber: @pablovazquez

Added subscriber: @pablovazquez
Author
Owner

Added subscriber: @fsiddi

Added subscriber: @fsiddi
Anna Sirota self-assigned this 2022-02-21 15:22:34 +01:00

This issue was referenced by dd005a8af3

This issue was referenced by dd005a8af352678631fd7a49c80b53fc7e7b79d1
Owner

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio#95929
No description provided.