non-builtin time operations
This is a (date)time library which is built for goboscript. It is designed to be used with inflator.
- Time zone detector adapted from @Bambozzle: https://scratch.mit.edu/projects/662899804/
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/time
add time to your inflator.toml
config:
[dependencies]
# ...
time = "https://github.com/FAReTek1/time"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/time
cd time
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3