version 0.1.9
[fms.git] / include / datetime.h
index 032fe5d..c1f549f 100644 (file)
@@ -28,7 +28,7 @@ public:
        void Add(const int seconds=0, const int minutes=0, const int hours=0, const int days=0, const int months=0, const int years=0);\r
        \r
        void Set(const int year=1970, const int month=1, const int day=1, const int hour=0, const int minute=0, const int second=0);\r
-       void Set(const time_t &timet);\r
+       void SetT(const time_t &timet);\r
        void Set(const struct tm *stm);\r
        void Set(const std::string &datestring);        // method only will work with a select few basic input formats\r
        \r