https://infracost.io logo
Title
b

busy-agent-35515

08/15/2022, 4:37 PM
Uh-oh! Thank you for spotting this! We'll look into this!
f

flat-article-86750

08/15/2022, 4:38 PM
👍
b

busy-agent-35515

08/15/2022, 4:38 PM
May I ask you what timezone you're in? Just to get full info 🙂
f

flat-article-86750

08/15/2022, 4:38 PM
I'm GMT-5
b

busy-agent-35515

08/15/2022, 4:39 PM
Awesome, thank you!
f

flat-article-86750

08/15/2022, 4:39 PM
It was nothing.
b

busy-agent-35515

08/15/2022, 5:20 PM
@flat-article-86750 I'm trying to reproduce the error, but unfortunately I'm not able to. Is it possible to share the ID of this run? It's a uuid in the URL
projects/project_id/runs/run_id
. If yes, please send in my DM and I'll look up exactly what value causes the issue.
b

brave-fireman-95738

08/16/2022, 7:59 AM
I suspect this is an
hourCycle
locale problem (Aléxis and Vadim probably using different locales), possibly a Firefox issue, and reasonably easy to fix; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/hourCycle
b

busy-agent-35515

08/16/2022, 9:52 AM
Hey Duncan! 🙂 Yes, apparently our Intl.DateTimeFormatOptions
hour12: false
is causing this problem even when we enforce
en-US
locale. According to this SO answer, Chrome thinks of this setting as
h24
, the fix would be simple - replace it with
hourCycle: 'h23'
. Thank you gentlemen, we will fix that! 🙂 https://stackoverflow.com/a/60898146/142901
P.S. Time is hard 😄
@flat-article-86750 This issue should be fixed now! Thanks again for spotting it 🙂
f

flat-article-86750

08/16/2022, 11:50 PM
👍