On 27 July 2012 08:33, Nikos Chantziaras <[email protected]> wrote: > Is there a way to get the current timezone in standard IANA format from > Qt? (Meaning a string like "America/New_York", "Europe/Paris", etc.)
No, that's a feature not coming until Qt 5.1 :-\ Worse, you can't even get from Qt something to say which zone or is used. If you're after the system time zone you'll need to query the host system yourself or use another library like kdelibs and boost which both have proper support. ohn. _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
