Skip to content

Commit

Permalink
Update Date.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wsekta authored Nov 28, 2023
1 parent 9267fe3 commit 9f2d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/date/Date.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ std::string serializeTimePoint(const auto& timePoint)

std::stringstream ss;

ss << std::put_time(&utcTime, "%FT%TZ");
ss << std::put_time(&utcTime, "%Y-%m-%dT%H:%M:%SZ");

return ss.str();
}
Expand Down

0 comments on commit 9f2d7e8

Please sign in to comment.