我添加了这行代码
self.auth_history.push [start_date, self.coupon_code]
Run Code Online (Sandbox Code Playgroud)
并得到此错误消息
Date is not currently supported; use a UTC Time instance instead.
Run Code Online (Sandbox Code Playgroud)
我也试过了start_date.utc,但它也没用.
请帮忙.谢谢.