You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While importing from RSS, if the time is set to approximately current (for example it's 22:00 UTC, and date: is getting set to 21:57), dev.to deployment won't accept the post.
A significant reduction in time should be applied for the post to be posted. For example, 20:57 UTC shall work.
Expected behaviour: dev.to deployment accepts the post.
Thanks for the issue, we will take it into consideration! Our team of engineers is busy working on many types of features, please give us time to get back to you.
Feature requests that require more discussion may be closed. Read more about our feature request process on forem.dev.
To our amazing contributors: issues labeled type: bug are always up for grabs, but for feature requests, please wait until we add a ready for dev before starting to work on it.
To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem/oss. The OSS Community Manager or the engineers on OSS rotation will follow up.
For full info on how to contribute, please check out our contributors guide.
After some tinkering, I came to think it's a user error which is due to daylight saving time.
Using correct time zone and letting backend figure it out fixes it.
In my case, posting from London, replacing UTC with BST works.
While importing from RSS, if the time is set to approximately current (for example it's 22:00 UTC, and
date:is getting set to21:57), dev.to deployment won't accept the post.A significant reduction in time should be applied for the post to be posted. For example,
20:57 UTCshall work.Expected behaviour: dev.to deployment accepts the post.
Post in question: https://dev.to/doma/parser-combinators-in-rust-1f2e
A 10 second summary: https://www.youtube.com/watch?v=4ddiTSWtwB8
To Reproduce
Expected behavior
Expected behaviour: dev.to deployment accepts the post when we click "Save" the first time.
Screenshots
https://www.youtube.com/watch?v=4ddiTSWtwB8
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Ditto
The text was updated successfully, but these errors were encountered: