-
Hi, just started using Decap CMS. I'm having trouble getting the correct time zone date to show when publishing posts. I put the current time but once I publish it defaults to UTC time (I am in pacific so -0700). I've tried messing with the date format but to no avail. My test repo is here: https://github.com/J-Carder/hugo-starter-netlify-cms |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed! Had to add a format specifier for the datetime module: |
Beta Was this translation helpful? Give feedback.
Fixed! Had to add a format specifier for the datetime module:
- { label: "Publish Date", name: "date", widget: "datetime", format: "YYYY-MM-DD[T]HH:mm:ss.SSSZ"}