Skip to content

Conversation

@pjkaufman
Copy link
Collaborator

Fixes #1265

There seems to have been an issue with UTC parsing. If the value in the frontmatter was UTC, but not in the desired format and the desired format was UTC, then there was an issue where it would try to fix the UTC value and ended up parsing it out as non-UTC in the end instead of as UTC. This caused the value to be off by the UTC offset in the related issue.

Changes Made:

  • Fixed a UT name (not related)
  • Added a change to parse the value as utc if the current expected value should be utc which fixed the offset issue

@pjkaufman pjkaufman self-assigned this Feb 8, 2025
@pjkaufman pjkaufman added bug Something isn't working yaml YAML related issues or features labels Feb 8, 2025
@pjkaufman pjkaufman merged commit abef58a into platers:master Feb 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working yaml YAML related issues or features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: UTC conversion is wrong

1 participant