uiflow v1.3.2 (stable) ntp_sync and strftime are missing
-
Hi,
with the new version, it seems that command line :
rtc.ntp_sync(server="cn.ntp.org.cn", tz="CET-7CEST")
gives now an error :
AttributeError: 'RTC' object has no attribute 'ntp_sync'And strftiime command :
d = time.strftime("%Y-%m-%d", time.localtime())
gives also an error :
AttributeError: 'module' object has no attribute 'strftime'Something has changed or something is missing ?
Yours. -
sorry, 1.3.2 base micropython 1.11, so this function is not currently integrated
-
Any plan for integration ?