diff options
| author | jhurst <jhurst@cinecert.com> | 2008-04-09 01:01:56 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-04-09 01:01:56 +0000 |
| commit | 5e91e1a31ffb6adfb6df4149596019b193204334 (patch) | |
| tree | b6ead9d2b41266ea9790bbf59b019bf9500cf722 /src/KM_util.cpp | |
| parent | 64a6962252cb59b4ea4f77973611bf9692993b51 (diff) | |
better
Diffstat (limited to 'src/KM_util.cpp')
| -rwxr-xr-x | src/KM_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp index 0f8976a..f80e4c7 100755 --- a/src/KM_util.cpp +++ b/src/KM_util.cpp @@ -859,7 +859,7 @@ Kumu::Timestamp::EncodeString(char* str_buf, ui32_t buf_len) const // 2004-05-01T13:20:00-00:00 snprintf(str_buf, buf_len, - "%04hu-%02hu-%02huT%02hu:%02hu:%02hu-00:00", + "%04hu-%02hu-%02huT%02hu:%02hu:%02hu+00:00", Year, Month, Day, Hour, Minute, Second); return str_buf; |
