Project

General

Profile

Actions

Backport(バックポート) #4221

closed

Bug(バグ) #4220: 通知APIのレスポンスの created_at が、Thu, 01 Jan 1970 09:00:00 +0900 と出力される

通知APIのレスポンスの created_at が、Thu, 01 Jan 1970 09:00:00 +0900 と出力される

Added by kaoru n about 7 years ago. Updated over 6 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
Start date:
2017-09-15
Due date:
% Done:

100%

Estimated time:

Description

Overview (現象)

通知APIのレスポンスの created_at が、[Thu, 01 Jan 1970 09:00:00 +0900] と出力される

Causes (原因)

op_api_notification 関数にて created_at を文字列に変換する際に strtotime を使用しているが、通知センターの created_at は整数値で時刻を格納しているので strtotime を通さなくてよい

Way to fix (修正内容)

strtotime を使用しないよう修正する

Actions #1

Updated by kaoru n about 7 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

https://github.com/openpne/OpenPNE3/pull/486
にてプルリクエストしました

Actions #3

Updated by Rimpei Ogawa over 6 years ago

  • Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
  • % Done changed from 50 to 70
Actions #4

Updated by isao sano over 6 years ago

  • Status changed from Pending Testing(テスト待ち) to Pending Merge(マージ待ち)
  • % Done changed from 70 to 80

試験完了しました。問題ありません。

Actions #5

Updated by isao sano over 6 years ago

  • Target version changed from OpenPNE 3.8.x to OpenPNE 3.8.28
Actions #6

Updated by kaoru n over 6 years ago

  • Status changed from Pending Merge(マージ待ち) to Fixed(完了)
  • % Done changed from 80 to 100

マージしました

Actions

Also available in: Atom PDF