]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tdate.tex
use wxChar correctly in wxString docs; mark wx1 compatibility functions
[wxWidgets.git] / docs / latex / wx / tdate.tex
index dfffeaa98ac829fbfdf3dba74716e2d139b947e6..06b14b681fd6ec7ccbe5f35b25d330c1da1d5531 100644 (file)
@@ -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