Detect the ID of the current user timezone using moment.js(使用 moment.js 检测当前用户时区的 ID)
问题描述
我正在寻找一种检测浏览器时区 ID 的方法(如 Olson 表中所定义)但我不关心确切的 ID,我只需要与用户的 ID 相同的时区 ID(例如,如果用户在巴黎,Europe/Rome"就可以了).
What I'm looking for is a way to detect the browser's timezone ID (as defined in the Olson tables) but I don't care for the exact ID, I just need the ID of a timezone that works the same as the user's one (for example "Europe/Rome" is fine if the user is in Paris).
我对当前的偏移量不感兴趣,我真的需要时区,以便我可以将其发送到服务器以计算其他日期(服务器也有 Olson 表).
I'm not interested in the current offset, I really need the timezone so that I can send it to the server to do computations for other dates (the server has the Olson tables too).
理论上,因为我已经使用了 Moment.js 时区库 并且已经包含了 Olson 表,所以我不需要其他任何东西,但我没有找到任何 API 来进行检测.我不知道它是否隐藏在某个地方,或者是否有人已经写了它.问题之一是当前时区插件似乎将其数据保密.
Theoretically, as I already use Moment.js timezone library and have included the Olson tables, I don't need anything else, but I don't find any API to do the detection. I don't know if it's hidden somewhere or if somebody has it already written. One of the problems is that the current timezone plugin seems to keep its data private.
我不'想要一个基于 Olson 表的另一个副本或提取的集成的解决方案(我必须维护),我知道有一些库复制它们,我想使用我在 Moment.js 中已有的那些.
I dont' want a solution based on the integration of yet another copy or extract of the Olson tables (which I would have to maintain), I know there are a few libraries duplicating them, I want to use the ones I already have in Moment.js.
推荐答案
moment 现在有 guess() API 作为 描述在这里
moment now has the guess() API as described here
这篇关于使用 moment.js 检测当前用户时区的 ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用 moment.js 检测当前用户时区的 ID
 
				
         
 
            
        基础教程推荐
- Node.js 有没有好的索引/搜索引擎? 2022-01-01
- 为什么我在 Vue.js 中得到 ERR_CONNECTION_TIMED_OUT? 2022-01-01
- 什么是不使用 jQuery 的经验技术原因? 2022-01-01
- Javascript 在多个元素上单击事件侦听器并获取目标 2022-01-01
- 如何在特定日期之前获取消息? 2022-01-01
- 每次设置弹出窗口的焦点 2022-01-01
- 如何使用 CSS 显示和隐藏 div? 2022-01-01
- jQuery File Upload - 如何识别所有文件何时上传 2022-01-01
- WatchKit 支持 html 吗?有没有像 UIWebview 这样的控制器? 2022-01-01
- 如何使用sencha Touch2在单页中显示列表和其他标签 2022-01-01
 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
						 
						 
						 
						 
						 
				 
				 
				 
				