TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JavaScript Time Zone Conversion with Walltime

11 pointsby Jacob4u2over 12 years ago

3 comments

dfcover 12 years ago
<i>Could not embed GitHub Gist 4091298: API Rate Limit Exceeded for 198.61.245.60</i><p>A good example of why using gist for your corporate blog may not be such a good idea. Right when you are getting a lot of attention your post becomes a lot less useful.<p>Its too bad because I was interested to read the article
评论 #5210956 未加载
评论 #5210979 未加载
评论 #5210737 未加载
评论 #5210872 未加载
joshfraserover 12 years ago
This post is dated, but describes some of the challenges with detecting timezones using JavaScript:<p><a href="http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/" rel="nofollow">http://www.onlineaspect.com/2007/06/08/auto-detect-a-time-zo...</a><p>My code has since been adapted and lives on as jstz.min.js. This is the best library I know for handling this sort of stuff: <a href="https://bitbucket.org/pellepim/jstimezonedetect" rel="nofollow">https://bitbucket.org/pellepim/jstimezonedetect</a>
评论 #5211001 未加载
geedewover 12 years ago
+1 for being a quality software solution.