Implem / Implem.Pleasanter

Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
https://pleasanter.org
GNU Affero General Public License v3.0
542 stars 87 forks source link

添付ファイルを取得するAPIの日付が9時間前になる #566

Open jaizawa758 opened 2 months ago

jaizawa758 commented 2 months ago

関連:#563

環境:ver:1.4.7.2 (Docker) タイムゾーン:"Tokyo Standard Time"(サーバー、レコード作成ユーザー、API利用ユーザー)

添付ファイルを取得するAPIを実行する

期待値

"UpdatedTime": "2024-08-30T08:48:52",
"CreatedTime": "2024-08-30T08:48:52",

結果

"CreatedTime": "2024-08-29T23:48:52",
"UpdatedTime": "2024-08-29T23:48:52"
nagamune-implem commented 2 months ago

Issueありがとうございます。

ちなみに「Webサーバが動いているOS」と「DBサーバが動いているOS」も"タイムゾーン:東京"となっていますでしょうか? Dockerでは何も指定をしないと「タイムゾーン:UTC」になっているかと思いますので、念のために確認したくよろしくお願いいたします。

jaizawa758 commented 2 months ago

コンテナはUTCです。 サーバーとは、こちらのver.1.4.6以降追加されたコマンド _rds /l "<言語>" /z "<タイムゾーン>" についてでした

github-actions[bot] commented 6 hours ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.