Skip to content

Commit

Permalink
fix: date format
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers authored and deepin-bot[bot] committed Jan 19, 2024
1 parent 736113b commit f8b4814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-datetime/operation/regionproxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ChineseSimpliedFormat : public Format

virtual QStringList shortTimeFormats() override
{
return { "H:mm", "HH:mm", "ap H:mm", "ap HH:mm" };
return { "APhh:mm" ,"H:mm", "HH:mm", "ap h:mm", "ap hh:mm" };
}

virtual QStringList longTimeFormats() override
Expand Down

0 comments on commit f8b4814

Please sign in to comment.