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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/inc/iso8601_converter.hxx b/shell/inc/iso8601_converter.hxx
index 570cecbef4e5..a8a0b4ed2ae2 100644
--- a/shell/inc/iso8601_converter.hxx
+++ b/shell/inc/iso8601_converter.hxx
@@ -23,15 +23,15 @@
#include <string>
-/* Converts ISO 8601 conform date/time
- represenation to the representation
+/* Converts ISO 8601 compliant date/time
+ representation to the representation
conforming to the current locale,
ignoring the milliseconds part if exists
*/
std::wstring iso8601_date_to_local_date(const std::wstring& iso8601date);
-/* Converts ISO 8601 conform duration
+/* Converts ISO 8601 compliant duration
representation to the representation
conforming to the current locale
*/