summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Time.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-12-20 14:34:35 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-12-20 14:34:35 +0000
commit269be23a39f6eb47140d61739f9d897ceda93601 (patch)
tree9f0f8ff5c523aca1c697539589a4f5444219154d /cpp/include/IceUtil/Time.h
parentUse Locale date format (diff)
downloadice-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.h2
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