Replies: 3 comments 3 replies
-
|
@sardarms Thanks for the heads up! Just quickly looked at the Sveltia code and probably found the cause. Will test and release a fix. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@kyoshino thanks. I spent two days pulling my hair trying to find the issue. 😂 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@kyoshino for what it's worth, the same problem exists in Decap CMS. I have tried both. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just realised that when I create any new post, in the date, a timezone is added. Not sure why. And since the timezone was ahead of me, none of my post were shown my the site and I spend almost 2 days to figure it out.
I finally fixed the issue with this code:
- { label: 'Publish Date', name: 'date', widget: 'datetime', dateFormat: 'YYYY-MM-DD', format: 'YYYY-MM-DD', required: false }It seems like this issue were discussed in the past:
the-new-developers/tnd-website#32
https://stackoverflow.com/questions/55550029/date-widget-input-appears-to-save-inconsistent-to-display
This post is a reminder for me, if future me face the problem again.
Beta Was this translation helpful? Give feedback.
All reactions