Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就我的需要而言,我主要关心美国大陆(太平洋、山区、中部和东部时区),但其他时区也会包括在内。
我想知道是否有一个已知的 jQuery 函数,当从一小时转换为另一个考虑夏令时规则时,它会返回考虑夏令时的值。
我认为它会被称为这样的东西:
var pertinentDatetime = getDateTimeFor(thisDateTime, thisTimeZone, desiredTimeZone);
有人拥有或知道这样的功能吗?
不,jQuery 没有对处理时间信息(如时区)的内置支持。
签出时刻。
以下应该给你想要的:
moment().zone();