Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DivanadiumPentaoxide committed Nov 28, 2024
1 parent cad1c2b commit ec0c70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/api/utils/StringUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ KobeBryant_NDAPI std::string wstringtoString(std::wstring_view wstr, uint32_t co

#endif

KobeBryant_NDAPI std::string getTimeStringFormatted(const std::string& format = "%Y-%m-%d %H:%M:%S");
KobeBryant_NDAPI std::string getTimeStringFormatted(const std::string& format = "%Y-%M-%D %H:%M:%S");

KobeBryant_NDAPI std::string trimString(const std::string& str);

Expand Down

0 comments on commit ec0c70f

Please sign in to comment.