Skip to content

Issue: Preview urls generated using local time zone rather than UTC #887

@nyergler

Description

@nyergler

I'm using Front Matter with a Hugo blog. My permalinks include the post date, and I have the following in my FM configuration:

  "frontMatter.preview.pathName": "{{date|yyyy/MM/DD}}/",

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    In BETAThe current task is available for testing in the BETA version.ReleasedThe task has been releasedbugSomething isn't workingv10.7.0Project: v10.7.0

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions