X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimezone.h;h=3fbeb543a243e1a7abd8922e07617ea9cda83992;hp=28feb16bf13ff958af044f4e2e0da1319688622c;hb=292aed8e23ea543b089d5f2a73000de4640befe7;hpb=967785734be5c3fc6f75da122c2d93ebbb338271 diff --git a/source/time/timezone.h b/source/time/timezone.h index 28feb16..3fbeb54 100644 --- a/source/time/timezone.h +++ b/source/time/timezone.h @@ -22,6 +22,8 @@ public: static const TimeZone &utc(); static const TimeZone &local(); +private: + static TimeZone platform_get_local_timezone(); }; } // namespace Time