libanna.time refactoring
[anna.git] / include / anna / time / functions.hpp
index 67ab412..47a89bd 100644 (file)
@@ -44,7 +44,7 @@ namespace anna {
 
 namespace time {
 
-class TZ;
+class Timezone;
 
 class functions {
 public:
@@ -79,9 +79,9 @@ public:
   static bool initialized(void) throw();
 
   /**
-     Gets the local TZ
+     Gets the host user-supplied timezone configuration
   */
-  static const TZ & getLocalTz(void) throw();
+  static const Timezone & getSystemTimezone(void) throw();
 
 
   /**