auroral-ui / hexo-theme-aurora

🏳️‍🌈 Futuristic auroral Hexo theme.
https://blog.bennyxguo.com
MIT License
1.33k stars 211 forks source link

文章显示时间总是以UTC时间为基准,无论date设置成什么 #427

Closed SoldierRMB closed 5 months ago

SoldierRMB commented 6 months ago

比如文章Front-Meta中设置成

date: 2024-01-01 00:00:00

image 文章时间和归档时间会比设置的时间少8个小时 image 甚至是2023-01-31😅还能在2023年12月上面出现 image 在_config.yml中添加timezone: Asia/Shanghai依然无效

TikaFlow commented 5 months ago
timezone: 'UTC'

这样就好了,见我的博客

TikaFlow commented 5 months ago
timezone: 'UTC'

这样就好了,见我的博客

但Aurora主题确实存在时间处理问题,(按照我上面用UTC时间的话)比如这篇文章时间设置是date: 2023-11-30 16:16:03,Aurora会显示十二月30日,而我改到16:00前就正常显示日期,显然是+8h后导致月份错乱。 @bennyxguo

SoldierRMB commented 5 months ago

稍后尝试一下,确实感觉不像是Hexo的bug