Skip to content

fix: use UTC time for talk page month headers

Sportzpikachu requested to merge work/sportz/T350223 into dev

Updated util/getMonthHeader to use .getUTCMonth and .getUTCFullYear instead of .getMonth and .getFullYear

Bug: T350223

Merge request reports