"Set timezone" block does not work in v2.1.8 on Core2
-
"Set timezone" block does not work, neither with the dropdown nor with the string, in v2.1.8 on Core2.
Both blocks are converted into the same python code:
import time time.timezone('GMT+1')
Traceback:
AttributeError: 'module' object has no attribute 'timezone'
-
The block "get timezone (return string)" is also not working, showing traceback.