# 日付したい(`date`) ```toml date = "2023-10-26T15:20:00+09:00" publishdate = "2023-10-26T15:20:00+09:00" lastmod = "2023-10-26T15:40:00+09:00" expirydate = "2024-10-26T15:40:00+09:00" ``` さまざまな種類の日付を設定できます。 日付フォーマットはISO8601形式を採用し、タイムゾーン情報もつけるとよいです。 ## リファレンス - [Dates](https://gohugo.io/content-management/front-matter/#dates) - [date](https://gohugo.io/content-management/front-matter/#date) - [publishDate](https://gohugo.io/content-management/front-matter/#publishdate) - [lastmod](https://gohugo.io/content-management/front-matter/#lastmod) - [PAGE.Date](https://gohugo.io/methods/page/date/) - [PAGE.PublishDate](https://gohugo.io/methods/page/publishdate/) - [PAGE.Lastmod](https://gohugo.io/methods/page/lastmod/)