| ▲ | graypegg 2 hours ago | |
Ahhh, I think the author mixed up two values here. That value seems to actually be the average over the past 3 months.
#n-since is going to be either march or feburary. It'll change depending on your timezone because JS's Date object always shifts the date around to match the same instant but in the system's timezone.#n-rate has nothing to do with the #n-since month, it's just the last trailing 3 months. And even then, it's sort of underbaked? It's moving the date back by 3 calendar months not taking into account differing numbers of days, so it'll under-report short months. I wouldn't trust the stats here. Edit: whoops, author updated the template while I was writing this! It now says "Over the last 3 months", though that's still calendar months. | ||