diff options
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/win32/shlxthandler/util/iso8601_converter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx index c55d9513b67c..331a76926a5f 100644 --- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx +++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx @@ -29,8 +29,8 @@ #include <rtl/character.hxx> -/* 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 */ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate ) |