non-builtin time operations
This is a time library which is built for goboscript. It is designed to be used with inflator.
If you want something like python's datetime, go to datetime
- Time zone detector adapted from @Bambozzle: https://scratch.mit.edu/projects/662899804/
Make sure you have inflator installed. It's installable from the gtp.
inflate install time
add time to your inflator.toml
config:
[dependencies]
# ...
time = "time"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/inflated-goboscript/time
cd time
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3