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.
私のdatetimepicker(jquery.ui.datepicker.js)は、「NOW」ボタンをクリックするとサーバー時間を表示します。NOW ボタンをクリックしている間、「カナダのハミルトンの現在の現地時間」を表示することはできますか? つまり、datetimepicker をハミルトン時間に従って動作させることは可能ですか? 助けてください。
いいえ、JavaScript はユーザーのオペレーティング システムの時刻設定を使用します。タイムゾーン設定をサーバー側に渡し、タイムゾーン間の変換を行うことができます (つまり、データベースに UTC を保存する場合)。