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
I created a test note to publish to my github repo. The date shown in the article overview of the siyuan publisher plugin is correct (2025-04-23), but on github the note appears as from tomorrow, 2025-04-24. I assume something is wrong, maybe hardcoded timezone in the plugin?
Thanks.
Edit:
I think the problem lies in this file: src/adaptors/api/jekyll/jekyllYamlConverterAdaptor.ts, potentially this line yamlFormatObj.yamlObj.date = DateUtil.formatIsoToZh(post.dateCreated.toISOString(), true). This would explain the date shift.
As the date of the pushed file lies in the future this way, github jekyll workflow won't publish the article.