:: com :: sun :: star :: util ::

struct TimeWithTimezone

Elements' Summary
TimeInTZ the time (in TimeZone)  
Timezone contains the time zone, as signed offset in minutes *from* UTC, that is *east* of UTC, that is the amount of minutes that should be added to UTC time to obtain the time in that timezone. To obtain UTC time from TimeInTZ, you need to *subtract* TimeZone minutes.  
Elements' Details
TimeInTZ
Time TimeInTZ;
Description
the time (in TimeZone)
Timezone
short Timezone;
Description
contains the time zone, as signed offset in minutes *from* UTC, that is *east* of UTC, that is the amount of minutes that should be added to UTC time to obtain the time in that timezone. To obtain UTC time from TimeInTZ, you need to *subtract* TimeZone minutes.
Top of Page