在 Stripe 中创建新订阅时的日期时间问题 - 从用户时区购买订阅时

datetime issue when create a new subscription in Stripe - when subscription buyed from the users timezone

我正在尝试通过 php sdk 在条带中创建订阅。订阅已成功创建,但问题在于,当我从 UTC 时区创建订阅时,我的日期是 2021-01-08 13:05:25,但在 2021-01-07 23:35 中创建的仪表板订阅中。同样在stripe response中给了我2021-01-08 13:05:25。我的数据是按照2021-01-08生成的。所以我很困惑,我的订阅会在接下来的 7 或 8 天扣除。

如果我的问题不够清楚或遗漏了什么,请告诉我。

检查 laravel 应用程序时区 /config/app。php

'timezone' => 'UTC',

设置为UTC