> wxDateTime::FormatDate() and wxDateTime::FormatTime() always return the > GMT-8 date/time. In the constructor of my wxApp, I do: wxLocale wxLoc; wxLoc.Init(wxLANGUAGE_DEFAULT); That seems to do the trick for me (2.8.4 on WinXP). Koen