summaryrefslogtreecommitdiff
path: root/library/backend/event.cpp
authorzecke <zecke>2003-02-16 21:15:03 (UTC)
committer zecke <zecke>2003-02-16 21:15:03 (UTC)
commit73aed6b9a34330b31f05864746269017cd53017d (patch) (side-by-side diff)
tree46871140a505ab3a98afab9d10072816568fe909 /library/backend/event.cpp
parent892a453a931b41967c7dca72097da9c5be7f84d6 (diff)
downloadopie-73aed6b9a34330b31f05864746269017cd53017d.zip
opie-73aed6b9a34330b31f05864746269017cd53017d.tar.gz
opie-73aed6b9a34330b31f05864746269017cd53017d.tar.bz2
stoned coding should be prohibited in Australia..
The comment nicely says year month day Z hour minute secons and it was year month year so what is wrong ;)
Diffstat (limited to 'library/backend/event.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--library/backend/event.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/backend/event.cpp b/library/backend/event.cpp
index 2d02a34..eb238a4 100644
--- a/library/backend/event.cpp
+++ b/library/backend/event.cpp
@@ -1112,12 +1112,12 @@ namespace {
str.sprintf("%04d%02d%02dT%02d%02d%02d",
dt.date().year(),
dt.date().month(),
- dt.date().year(),
+ dt.date().day(),
dt.time().hour(),
dt.time().minute(),
dt.time().second() );
-
+ qWarning("Str ist %s", str.data() );
return str;
}