时区美国/蒙得维的亚

时间:2015-11-29 11:55:01

标签: javascript date timezone

如果我使用以下代码计算蒙得维的亚当前的当地时间:

var dt = new Date().toLocaleString("en-US", {timeZone: "America/Montevideo"})
console.log(dt);

我明白了:

  

2015年11月29日上午9:46:10

如果我在网上查看这个时间,例如: http://www.zeitverschiebung.net/en/timezone/america--montevideo 我明白了:

  

2015年11月29日上午8:46:10

为什么会出现1h的差异?

2 个答案:

答案 0 :(得分:5)

乌拉圭的时区规则在IANA time zone data的版本2015f中发生了变化,这可能是该网站正在使用的内容 - 但我怀疑您的浏览器仍在使用相对较旧的时区数据。

2015年的相关规则:

Rule    Uruguay 2006    max -   Oct Sun>=1   2:00   1:00    S
Rule    Uruguay 2007    max -   Mar Sun>=8   2:00   0   -

等同于2015f:

Rule    Uruguay 2006    2014    -   Oct Sun>=1   2:00   1:00    S
Rule    Uruguay 2007    2015    -   Mar Sun>=8   2:00   0   -

基本上,这意味着从2015年起,乌拉圭不会观察到夏令时。

注释:

# From Steffen Thorsen (2015-06-30):
# ... it looks like they will not be using DST the coming summer:
# http://www.elobservador.com.uy/gobierno-resolvio-que-no-habra-cambio-horario-verano-n656787
# http://www.republica.com.uy/este-ano-no-se-modificara-el-huso-horario-en-uruguay/523760/
# From Paul Eggert (2015-06-30):
# Apparently restaurateurs complained that DST caused people to go to the beach
# instead of out to dinner.
# From Pablo Camargo (2015-07-13):
# http://archivo.presidencia.gub.uy/sci/decretos/2015/06/cons_min_201.pdf
# [dated 2015-06-29; repeals Decree 311/006 dated 2006-09-04]

答案 1 :(得分:5)

这实际上是一个非常有趣的情况! 这显然是夏令时问题。发生的事情是,乌拉圭政府决定今年取消夏令时,并导致许多地点在此之前每年过时,10月开始夏令时。

几年前,当政府决定更改宣布的DST日期时,以色列发生了一个非常类似的问题,并且已经在几周内引发了自动化系统的许多DST问题。

这是关于乌拉圭夏令时的公告:http://www.elobservador.com.uy/gobierno-resolvio-que-no-habra-cambio-horario-verano-n656787