import utime# 配置东八区时区。此处配置可能与 NTP 时间同步里面时区配置产生错乱,我们建议使用 ntptime 配置时区。utime.setTimeZone(8)# 获取本地 UTC 时间。utime.localtime()