21:46
<shu>
i need some help understanding the Link stuff in https://tc39.es/ecma402/#sup-availablenamedtimezoneidentifiers
21:47
<shu>
if i do new Intl.DateTimeFormat('en',{timeZone:'America/Louisville'}).resolvedOptions().timeZone, and there's Link America/Kentucky/Louisville America/Louisville in the backward file in tzdb, does 402 say the result must be America/Kentucky/Louisville? or
21:52
<sffc>
When Temporal is merged along with the Time Zone Canonicalization proposal, the behavior will be to retain the input time zone name. CC @justingrant:matrix.org, can you elaborate?
21:54
<shu>
am i correct in interpreting that to mean "currently 402 requires canonicalization, but once temporal merges input tz name is retained"?