strtotimeはTimeZoneが違うと結果も違うよ
May 15, 2013AD:
今朝、古いサーバからグループウェアを移設していたんですが、ファイルのダウンロードの機能がうまく行かなかったので、その際の対処をメモしておきます。
原因
ファイルを保存する際にstrtotimeを使ってファイル名を生成しているようなんですが、それが古いサーバと新しいサーバでは結果が違うことを発見、それで問題は、TimeZoneだと判明しました。
なので、下記のようにTimeZoneを指定してあげると問題解決できました。
1 2 3 |
vi application/model/storage.php function download() { date_default_timezone_set('Australia/Sydney'); |
AD:
No Comments, Comment or Ping
Reply to “strtotimeはTimeZoneが違うと結果も違うよ”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.