facebookarchive/prepack

Implement DaylightSavingTA

Open

#1 014 ouverte le 27 sept. 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (520 forks)batch import
enhancementhelp wantedinterpreter

Métriques du dépôt

Stars
 (14 268 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur