X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Ftime%2Ftimezone.h;h=3fbeb543a243e1a7abd8922e07617ea9cda83992;hb=be8ea216d23bf36bdfb2d3e302638782575fc136;hp=28feb16bf13ff958af044f4e2e0da1319688622c;hpb=967785734be5c3fc6f75da122c2d93ebbb338271;p=libs%2Fcore.git 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