Update for v1.03

This commit is contained in:
Wifinigel 2023-05-29 07:47:33 +01:00
parent 086e3e6f1d
commit e694bc14f9
22 changed files with 22 additions and 22 deletions

View file

@ -4,7 +4,7 @@
:put "Hello, I hope you're well.";
# Check if the time is after 6pm (get time in 21:46:04 format)
:local CurrentTime [:system clock get time];
:local CurrentTime [/system clock get time];
:put "The current time is : $CurrentTime";
# Say good evening if time is after 18:00