X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43e8916ff3fd271e55c9daa6660cb8ea5ff7efe6..11ef729d54ee338a1d569b5a238c2feb84d488ff:/docs/latex/wx/tdate.tex diff --git a/docs/latex/wx/tdate.tex b/docs/latex/wx/tdate.tex index dfffeaa98a..06b14b681f 100644 --- a/docs/latex/wx/tdate.tex +++ b/docs/latex/wx/tdate.tex @@ -162,8 +162,8 @@ wxDateTime corresponding to the given date in, say, Pacific Standard Time. To do it, you will need to call \helpref{ToTimezone}{wxdatetimetotimezone} or \helpref{MakeTimezone}{wxdatetimemaketimezone} methods to adjust the date for the target time zone. There are also special versions of these functions -\helpref{ToGMT}{wxdatetimetogmt} and \helpref{MakeGMT}{wxdatetimemakegmt} for -the most common case - when the date should be constructed in GMT. +\helpref{ToUTC}{wxdatetimetoutc} and \helpref{MakeUTC}{wxdatetimemakeutc} for +the most common case - when the date should be constructed in UTC. You also can just retrieve the value for some time zone without converting the object to it first. For this you may pass TimeZone argument to any of the