Describe the bug
This project seems unable to display blog posts with a publishing time after the access time. However, for blog posts with publishing time set to precision of day, due to differences in time zones between the publisher and the machine on which this project is deployed (i.e. Vercel or VPS), it may result in the publisher's post being inaccessible on that day.
To Reproduce
Deploy the blog on Vecel and set the serverless function region in Washington(UTC-4). If you are a writer in China(UTC+8) and write a post between 00:00 UTC+8 and 11:59 UTC+8, you must set the post date to "yesterday" to make it accessible immediately.
Describe the bug This project seems unable to display blog posts with a publishing time after the access time. However, for blog posts with publishing time set to precision of day, due to differences in time zones between the publisher and the machine on which this project is deployed (i.e. Vercel or VPS), it may result in the publisher's post being inaccessible on that day.
To Reproduce Deploy the blog on Vecel and set the serverless function region in Washington(UTC-4). If you are a writer in China(UTC+8) and write a post between 00:00 UTC+8 and 11:59 UTC+8, you must set the post date to "yesterday" to make it accessible immediately.
Expected behavior
Screenshots
Platform:
Additional context