Andy-set-studio / hylia

Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.
https://hylia.website
MIT License
905 stars 230 forks source link

Use UTC to determine livePosts #120

Closed trovster closed 1 year ago

trovster commented 4 years ago

I experienced an issue with posts not showing when defining a time with the date frontmatter. For example, I expected a post with the date property 2020-05-04T09:15:00 to be visible, but it wasn't. This is due to the timezone differences. I have fixed this by using UTC, but this could be configured.