You can change the Watch script, or create your own to change the timezone for the current time.
For example,
Template("The time in Rome is {Date.setTimeZone(Date.time(), "CET")}.")
When you ask "what is the time in *", to change the timezone you need to give a valid timezone name or code. Otherwise it will answer the GMT time.
For example,
"what is the time in CET?"
Would be for Rome.
|