sven...@chromium.org
unread,Oct 16, 2012, 2:40:11 AM10/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to m...@mmalecki.com, vit...@chromium.org, yan...@chromium.org, aleksander...@gmail.com, v8-...@googlegroups.com
Some general drive-by comments: The whole time zone/DST code seems to be a
mess
for several reasons:
* tzset()/_tzset() changes the global state of the whole application, not
only v8's state, so it gives me a very uneasy feeling. Why do we use it
only on
some platforms? If we really need it somewhere, we should use it
consistently on
all platforms at the same places.
* Handling the time zone in one place and handling DST somewhere else
looks
wrong, unless the spec somehow forces us to do it this confusing way.
http://codereview.chromium.org/10967066/