19:01
<guybedford>
I won't have time to look at it in detail for a while. At first glance it looks like they are exposing an "in DST" flag. Unfortunately that's not well defined for many time zones.
Thanks for sharing - do you think it could be worth removing that flag? I can try and follow this up.
21:50
<TabAtkins>
are there any languages that use postfix parens for function calls and don't allow spaces in all the same spots we do?
CSS, for one. ^_^ the ident and opening paren have to be adjacent
21:51
<TabAtkins>
But yeah the idea that console.log ("foo") even works is mystifying to me