gpt4 book ai didi

javascript - 是否有一个简单的时间可以从给定时间获取时区?

转载 作者:行者123 更新时间:2023-11-28 19:58:01 24 4
gpt4 key购买 nike

我需要从某个时间获取时区,日期并不重要,但夏令时很重要。

类似于:

timezone = function("15:00");

有没有简单的方法可以做到这一点?

最佳答案

我认为您无法从时间中获取时区,但您可能会从Date.prototype.getTimezoneOffset()获得一些帮助

The getTimezoneOffset() method returns the time-zone offset from UTC, in minutes, for the current locale.

示例:

var x = new Date();
var currentTimeZoneOffsetInHours = x.getTimezoneOffset() / 60;

关于javascript - 是否有一个简单的时间可以从给定时间获取时区?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22174796/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com