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
nyergler opened this issue
Nov 11, 2024
· 4 comments
Labels
bugSomething isn't workingIn BETAThe current task is available for testing in the BETA version.ReleasedThe task has been releasedv10.7.0Project: v10.7.0
When I try to open the preview in the editor ("Front Matter: Preview content"), the URL opened is generated using the local timezone (UTC-8 for me), rather than UTC. This causes problems when the date in UTC does not match the date in my time zone.
For example, a post with the following front-matter:
date: 2017-07-06T04:03:44.000Z
slug: foo
Will be generated by Hugo at /2017/07/06/foo; however FM will open /2017/07/05/foo when I try to preview the content.
I'm not sure this is really a bug; it's more of an inconsistency between the framework and FM. I'm wondering if there's a way to configure the timezone for FM that I haven't found.
Thanks for FM; it's really cool!
The text was updated successfully, but these errors were encountered:
@nyergler I have included a new setting + change to the formatting logic. With the new frontMatter.global.timezone setting, you can define the timezone in which you want to format the dates.
The default is set to utc. In your case, it should now process the date as UTC and not in your timezone.
bugSomething isn't workingIn BETAThe current task is available for testing in the BETA version.ReleasedThe task has been releasedv10.7.0Project: v10.7.0
I'm using Front Matter with a Hugo blog. My permalinks include the post date, and I have the following in my FM configuration:
When I try to open the preview in the editor ("Front Matter: Preview content"), the URL opened is generated using the local timezone (UTC-8 for me), rather than UTC. This causes problems when the date in UTC does not match the date in my time zone.
For example, a post with the following front-matter:
Will be generated by Hugo at
/2017/07/06/foo
; however FM will open/2017/07/05/foo
when I try to preview the content.I'm not sure this is really a bug; it's more of an inconsistency between the framework and FM. I'm wondering if there's a way to configure the timezone for FM that I haven't found.
Thanks for FM; it's really cool!
The text was updated successfully, but these errors were encountered: