date.ChangeTimezone(dateime : str, timezone : str?) : str
Change time-zone of date-time.
9.02 or later.
| Name | Type | Description |
| datetime | str | date time string |
| timezone | str? | time-zone offset (format: ±hh:mm, optional, default: GMT) |
A new datetime string adjusted for the given timezone
| Output | ||
| Thu, 11 Mar 2010 19:32:59 GMT Fri, 12 Mar 2010 00:32:59 +05:00 |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |