DateTime.toTimezone

Create a new gstreamer.DateTime corresponding to the same instant in time as datetime, but in the time zone tz.

This call can fail in the case that the time goes out of bounds. For example, converting 0001-01-01 00:00:00 UTC to a time zone west of Greenwich will fail (due to the year 0 being out of range).

You should release the return value by calling Date.timeUnref when you are done with it.

class DateTime
toTimezone

Parameters

tz TimeZone

Return Value

Type: DateTime

a new gstreamer.DateTime, or NULL

Meta

Since

2.26