A simple date/time example is here,
https://www.botlibre.com/script?details=true&id=38048343
You can customize the responses to set your own time zone.
The more complex date/time script is here,
https://www.botlibre.com/script?id=544173
You could also customize it with your own time zone.
To set a time zone on a time in Self use,
Date.setTimeZone(Date.time(), "PST")
|