Skip to content

Commit

Permalink
Add how to get the date in the right format
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Apr 12, 2024
1 parent 9f1ba53 commit f23c5a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/posts/publish-your-own-post/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ draft: false
```
These are the mandatory information, please fill in with your information and place it at the very beginning of the file!

To get the date in the right format you can use: `date +%Y-%m-%dT%H:%M:%S%z` (`tldr date` to understand it :wink:)

## 3- Publish your post!
You've reached it! The last and final step :slight_smile:

Expand Down

0 comments on commit f23c5a3

Please sign in to comment.