summaryrefslogtreecommitdiff
path: root/shell/inc/iso8601_converter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/iso8601_converter.hxx')
-rw-r--r--shell/inc/iso8601_converter.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/inc/iso8601_converter.hxx b/shell/inc/iso8601_converter.hxx
index ee682823cf4f..570cecbef4e5 100644
--- a/shell/inc/iso8601_converter.hxx
+++ b/shell/inc/iso8601_converter.hxx
@@ -25,7 +25,8 @@
/* Converts ISO 8601 conform date/time
represenation to the representation
- conforming to the current locale
+ conforming to the current locale,
+ ignoring the milliseconds part if exists
*/
std::wstring iso8601_date_to_local_date(const std::wstring& iso8601date);