问题标题 : Real Time Clock -Reg | |||
工单编号 : K49144617146000 | 工单类型 : 入门 | 提交时间 : 2022-12-26 17:35:07 | 工单状态 : 完成 |
联系方式 : 邮件 | 联系信息 : navinkumarpalanivel37@gmail.com |
问题描绘 |
---|
问题描述: Dear Chinc Greetings Thanks for yo* support, As per yo* instruction we run yo* RTC so*ce code, and we get the output . We send to Unix Timestamp data to s*r, After convert normal time format it's so*ce output was 3 ho*s del*. Kindly refer so*ce code or so*ce modification kindly send us me. Thanks and regards. Navin Kumar . |
沟通记录 |
---|
用户 :
INFO:LocalTime:(2022, 12, 26, 12, 56, 30, 0, 360) INFO:LocalTime:1672030590 |
客服 - chic.ye : 已收到您的工单,我们将会尽快安排人手进行处理。 2022-12-27 09:03:47 |
客服 - chic.ye :
# Set time zone import utime print('\n Set time zone: East 8 Zone ') ret = utime.setTimeZone(8) print(ret) |
用户 :
Dear chic Thanks for yo* support We are try to update timezone as per yo* instruction but its so*ce Error message bec*se o* country was timezone GMT +5:30. We give input for the function 5:30 (setTimeZone(5:30)) . It's so*ce float error. Kindly suggest update o* timezone to their function.Please find attached document for yo* reference.Thanks and regards . Navin Kumar . 2022-12-27 22:43:03 |
用户 :
Dear chic Thanks for yo* support We are try to update timezone as per yo* instruction but its so*ce Error message bec*se o* country was timezone GMT +5:30. We give input for the function 5:30 (setTimeZone(5:30)) . It's so*ce float error. Kindly suggest update o* timezone to their function.Please find attached document for yo* reference.Thanks and regards . Navin Kumar . 2022-12-27 22:43:36 |
客服 - chic.ye :
The time zone cannot be set to a decimal point, and the decimal point time difference needs to be handled in the business code
|