Update change log and spec for wrt-plugins-tizen_0.4.9
[platform/framework/web/wrt-plugins-tizen.git] / src / TimeUtil / TimeUtil.cpp
index 43508ba..2264afc 100755 (executable)
@@ -180,6 +180,8 @@ std::string TimeUtil::getTimeFormat(){
        TimeUtilTools util;
        UnicodeString timeFormat = util.getDateTimeFormat(TimeUtilTools::TIME_FORMAT, true);
        timeFormat = timeFormat.findAndReplace("H", "h");
+       timeFormat = timeFormat.findAndReplace("K", "h");
+       timeFormat = timeFormat.findAndReplace("k", "h");
        timeFormat = timeFormat.findAndReplace("a", "ap");
 
        int32_t i = 0;