diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-12-20 14:34:35 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-12-20 14:34:35 +0000 |
commit | 269be23a39f6eb47140d61739f9d897ceda93601 (patch) | |
tree | 9f0f8ff5c523aca1c697539589a4f5444219154d /cpp/include/IceUtil/Time.h | |
parent | Use Locale date format (diff) | |
download | ice-269be23a39f6eb47140d61739f9d897ceda93601.tar.bz2 ice-269be23a39f6eb47140d61739f9d897ceda93601.tar.xz ice-269be23a39f6eb47140d61739f9d897ceda93601.zip |
Remove Ice.Logger.DateFormat
Diffstat (limited to 'cpp/include/IceUtil/Time.h')
-rw-r--r-- | cpp/include/IceUtil/Time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Time.h b/cpp/include/IceUtil/Time.h index 56762dbf4ff..7cdb258c8af 100644 --- a/cpp/include/IceUtil/Time.h +++ b/cpp/include/IceUtil/Time.h @@ -46,7 +46,7 @@ public: double toMilliSecondsDouble() const; double toMicroSecondsDouble() const; - std::string toDateTime(const std::string& = "%x %H:%M:%S") const; + std::string toDateTime() const; std::string toDuration() const; Time operator-() const |