[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.0" ) ]
public Time.from_timet_with_zone (time_t v, int is_date, Timezone? zone)
Converts seconds past UNIX epoch to a timetype, using timezones.
| v |
The seconds past since epoch time |
| is_date |
Whether it is a date type, 1 if yes, 0 if not |
| zone |
The timezone, or null |
|
The newly created Time |