Skip to content

Commit

Permalink
fix(moneymanagerex#5530) toutc removed
Browse files Browse the repository at this point in the history
  • Loading branch information
vomikan committed Jan 13, 2023
1 parent 9b0838d commit 1693b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Model_Report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ bool Model_Report::PrepareSQL(wxString& sql, std::map <wxString, wxString>& rep_
if (w && entry.type == "wxTimePickerCtrl")
{
wxTimePickerCtrl* time = static_cast<wxTimePickerCtrl*>(w);
value = time->GetValue().ToUTC().FormatISOTime();
value = time->GetValue().FormatISOTime();
}
if (w && entry.type == "wxChoice")
{
Expand Down

0 comments on commit 1693b28

Please sign in to comment.