We fixed the privacy page.
I think we use UTC time, for our Server. So maybe that's why. I am not 100% sure. Why there's April 11 vs 12.
I --
CODEX SAID:
Yes. The split is because production is using UTC, not Colombo time.
What I verified on prod:
- Server timezone is `Etc/UTC`
- Django is set to `TIME_ZONE = "UTC"` and `USE_TZ = True` in (------------/settings.py:532)
- Homepage/day packaging uses UTC dates from `fb_dt` or `created_at` in (--------/homepage.py:4916)
What happened with your April 12 morning writing:
- Story `130097` to `130104` were saved at about `2026-04-11 23:52 UTC`
- In Colombo time, that is about `2026-04-12 05:22`
- So those get grouped under `April 11` in the current UTC system
Then later:
- Story `130105` to `130110` were saved at about `2026-04-12 00:22 UTC` to `00:23 UTC`
- In Colombo time, that is about `2026-04-12 05:52` to `05:53`
- So those get grouped under `April 12`
So the exact reason is:
`05:22am Colombo = 11:52pm UTC on April 11`
`05:52am Colombo = 12:22am UTC on April 12`
That is why your “5am” writing got split across both April 11 and April 12.
Decisive answer in 1 sentence: the split happened because the system is grouping by UTC day boundary, and your writing crossed the UTC midnight line between roughly `05:30am` Colombo equivalents.
***
I mean, not "***" any more, like I used to