rwadurian/frontend/mining-app/lib/presentation/pages
hailin 5fad40cec1 fix(mining-app): 修复记录页面时间显示为UTC而非北京时间的问题
所有记录页面的 DateFormat().format() 缺少 .toLocal() 调用,
导致后端返回的 UTC 时间直接显示,与北京时间相差8小时。

修复范围(5个页面,10处):
- mining_records_page: record.createdAt
- batch_mining_records_page: record.createdAt
- contribution_records_page: record.effectiveDate, record.expireDate
- planting_records_page: summary.firstPlantingAt, summary.lastPlantingAt,
  record.adoptionDate, record.createdAt
- trading_records_page: order.createdAt, trade.createdAt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 06:12:16 -08:00
..
asset feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
auth feat(trade-password): 实现卖出交易的支付密码验证功能 2026-02-05 18:12:39 -08:00
c2c feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
contribution fix(mining-app): 修复记录页面时间显示为UTC而非北京时间的问题 2026-03-02 06:12:16 -08:00
profile fix(mining-app): 修复记录页面时间显示为UTC而非北京时间的问题 2026-03-02 06:12:16 -08:00
splash feat(trading): 添加涨跌幅显示及修复成交明细数据 2026-01-20 05:24:23 -08:00
trading feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00