facebookarchive/prepack

Implement DaylightSavingTA

Open

#1,014 建立於 2017年9月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (520 fork)batch import
enhancementhelp wantedinterpreter

倉庫指標

Star
 (14,268 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

As described in http://www.ecma-international.org/ecma-262/7.0/#sec-local-time-zone-adjustment.

Most likely just find a way to get this information from the underlying implementation.

There are no abstract interpreter concerns for this particular task, but in general it must be remembered that when running the abstract interpreter, things like the time zone adjustment must be considered to be abstract, hence any function that ultimately depends on this must return an appropriate abstract value.

While looking at this code it will be helpful if such functions can be annotated with appropriate TODO comments.

貢獻者指南