dotcom-rendering icon indicating copy to clipboard operation
dotcom-rendering copied to clipboard

Tag Page Timestamps Not Respecting Edition

Open JamieB-gu opened this issue 1 year ago • 1 comments

The timestamps are all using GMT/BST, i.e. the UK edition timezone, regardless of edition.

As @mxdvl points out, this is likely caused by a hardcoded edition here:

https://github.com/guardian/dotcom-rendering/blob/b231e65510d2be9391474147e69a0a2fd16eb352/dotcom-rendering/src/components/Card/components/CardAge.tsx#L77

https://github.com/guardian/dotcom-rendering/blob/b231e65510d2be9391474147e69a0a2fd16eb352/dotcom-rendering/src/components/Card/components/CardAge.tsx#L87

JamieB-gu avatar Jun 27 '24 10:06 JamieB-gu

Possibly easier to fix with #11742, similar to the fix for LatestLinks

mxdvl avatar Jun 27 '24 11:06 mxdvl