Just witnessed a webpage with a date implementation so bad it rendered the site with one day and then *updated the page with javascript* at runtime to replace it with the actual date. I’m pretty sure it just renders the page as UTC and *then* tries to get your local date to format the timestamp?