We probably should've never had this in Redux state... would've been more appropriate in Redux context.
Basically we need to render timestamps in client time instead of server time during SSR, we needed some context to tell components if they needed to shift timestamps to accomodate a timezone.
Following the parent diff, we no longer need to render client timestamps on the server, so we can remove this code.