fix
This commit is contained in:
parent
68216600f0
commit
e9f81a8ad0
@ -38,7 +38,7 @@ fn generateRss(items: []const RssItem, allocator: std.mem.Allocator) ![]u8 {
|
||||
\\{s}, {d} {s} {d} {d}:{d}:{d} {s}
|
||||
\\</pubDate>
|
||||
, .{ // note: Day, DD, MM, YYYY, HH:MM:SS GMT
|
||||
item.created_at.dayOfWeek(),
|
||||
item.created_at.dayNameAbbreviated(),
|
||||
item.created_at.day(),
|
||||
item.created_at.monthNameAbbreviated(),
|
||||
item.created_at.year(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user