01:26
<justingrant>

In case anyone wants to figure out when the plenary meeting is in their own time zone (accurately adjusting for DST, of course!), I heard there's a cool ECMAScript API you can use for that. 😀

Just go to https://tc39.es/proposal-temporal/docs/ and open the devtools console in the browser. Optionally, you can add some time after the start of the meeting.

Temporal.ZonedDateTime.from('2021-07-13T10:00[Asia/Tokyo]')
  .withTimeZone(Temporal.now.timeZone()) // your system time zone
  .add({minutes: 160})
// => 2021-07-12T20:40:00-07:00[America/Los_Angeles]
01:29
<ryzokuken>
justingrant can you use Temporal.now.timeZone() instead?
01:29
<justingrant>
Oh, good point! I'll edit.
01:29
<ryzokuken>
😇
15:44
<sffc>
ryzokuken is giving the 402 update
18:09
<yulia>
iain: hello,
18:09
<iain>
Hello!