.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH TzSpecificLocalTimeToSystemTime 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBTzSpecificLocalTimeToSystemTime\fR (KERNEL32.@) .SH SYNOPSIS BOOL TzSpecificLocalTimeToSystemTime ( const TIME_ZONE_INFORMATION* \fIlpTimeZoneInformation\fR, const SYSTEMTIME* \fIlpLocalTime\fR, LPSYSTEMTIME \fIlpUniversalTime\fR ) .SH DESCRIPTION .PP Converts a local time to a time in utc. .SH PARAMS \fIlpTimeZoneInformation\fR \fB[In]\fR The desired time zone. .PP \fIlpLocalTime\fR \fB[In]\fR The local time. .PP \fIlpUniversalTime\fR \fB[Out]\fR The calculated utc time. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIlpUniversalTime\fR contains the converted time. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/time.c"\fR. .PP Debug channel \fB"time"\fR.