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
It is very simple and uses the usual javascript tools.
I think the problem is in time zones. In general, of course, we must make sure that the specified date is displayed - since we are making a static string from the date.
Here is a function from a component that can be run in isolation (in nodejs for example), I added a time zone option to it:
In my post if I have a frontmatter like
---
title: Chronoblog is amazing
cover: ./chrono.png
date: 2020-01-14
description: Dates are a day behind
tags: ['post']
---
The date will show as January 13th instead of the 14th. Is this expected behavior or an off by 1 or internationalization defect?
The text was updated successfully, but these errors were encountered: