.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SystemTimeToTzSpecificLocalTime 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSystemTimeToTzSpecificLocalTime\fR (KERNEL32.@) .SH SYNOPSIS BOOL SystemTimeToTzSpecificLocalTime ( const TIME_ZONE_INFORMATION* \fIlpTimeZoneInformation\fR, const SYSTEMTIME* \fIlpUniversalTime\fR, LPSYSTEMTIME \fIlpLocalTime\fR ) .SH DESCRIPTION .PP Convert a utc system time to a local time in a given time zone. .SH PARAMS \fIlpTimeZoneInformation\fR \fB[In]\fR The desired time zone. .PP \fIlpUniversalTime\fR \fB[In]\fR The utc time to base local time on. .PP \fIlpLocalTime\fR \fB[Out]\fR The local time in the time zone. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIlpLocalTime\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.