StackExchange sites - convert dates to local timezone

Converts dates to your local timezone

2015/12/15のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
darkred
評価
0 0 0
バージョン
1
作成日
2015/12/15
更新日
2015/12/15
大きさ
3.34KB
ライセンス
不明
対象サイト

This script applies to StackExchange sites stackoverflow.com, stackexchange.com, superuser.com, etc. The timezone that the StackExchange sites use is UTC i.e. +0000 (source) So, this script converts the dates to your local timezone, in both:

  • tooltips 2015-12-14 14:11:13Z, and in
  • date text like Dec 14 at 14:11.

It also recalculates them whenever the page changes.


It uses the jsTimezoneDetect JavaScript script (for getting the local timezone), and the Moment.js and Moment-Timezone JavaScript libraries (for converting the dates).