Skip to content

Commit ee5c381

Browse files
committed
fix time format bug
1 parent 8c4dcd8 commit ee5c381

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/_default/params.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ since = 2025
99
customText = ""
1010

1111
[dateFormat]
12-
published = "Sep 19, 2025"
13-
lastUpdated = "Sep 21, 2025 11:00 UTC+8"
12+
published = "Jan 02, 2006"
13+
lastUpdated = "Jan 02, 2006 15:04 MST"
1414

1515
[sidebar]
1616
emoji = "😎"

content/en/post/python-install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Python的下载及安装
33
description: 关于Python语言环境的下载以及安装教程
44
slug: python-install
5-
date: 2025-09-20 21:40:00+0000
5+
date: 2025-09-20 21:40:00+0800
66
image: banner.jpg
77
categories:
88
- Tutorials

content/zh-cn/post/python-install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Python的下载及安装
33
description: 关于Python语言环境的下载以及安装教程
44
slug: python-install
5-
date: 2025-09-20 21:40:00+0000
5+
date: 2025-09-20 21:40:00+0800
66
image: banner.jpg
77
categories:
88
- Tutorials

0 commit comments

Comments
 (0)