Gets date and time of specific timezone
Options:
Option | Required | Description | Example |
---|---|---|---|
timezone | false | (string) Timezone to convert the time and date to. | "Europe/London" |
Example 1: Get the date and time of Europe/London timezone
{
"action": "get-dateTime",
"options": {
"timezone": "Europe/London"
}
}
For your support: You can find standard timezone we support here.