You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Hugo are you using (hugo version)?
$ hugo version
hugo v0.126.0-32c967551be308fbd14e5f0dfba0ff50a60e7f5e+extended linux/amd64 BuildDate=2024-05-14T13:24:11Z VendorInfo=gohugoio
Does this issue reproduce with the latest release?
Yes.
Details
To reproduce:
Download the test site: test.tar.gz. The test site contains layouts/_defaults/sitemap.xml, which is same as the embedded sitemap template, with -07:00 replaced with +10:00.
Run hugo inide the unarchived directory.
public/sitemap.xml contains this line: <lastmod>2024-05-14T19:08:54+50:00</lastmod>, a +50 timezone.
The text was updated successfully, but these errors were encountered:
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes.
Details
To reproduce:
layouts/_defaults/sitemap.xml
, which is same as the embedded sitemap template, with-07:00
replaced with+10:00
.hugo
inide the unarchived directory.public/sitemap.xml
contains this line:<lastmod>2024-05-14T19:08:54+50:00</lastmod>
, a+50
timezone.The text was updated successfully, but these errors were encountered: