Skip to content

Commit

Permalink
Final tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardHinnant committed Oct 13, 2023
1 parent 0568bfe commit 1d956f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebuttal.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<address align=right>
Document number: DxxxxR0
<br/>
Date: 2023-10-06
Date: 2023-10-13
<br/>
Audience: Library Evolution Working Group
<br/>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h2>Contents</h2>
{
auto tp = GetCurrentTime();
// ...
// maybe do some arithmetic or conversions to local time here
// maybe do some arithmetic or conversions to and from local time here
// ...
// Formatted with milliseconds precision as specified back in the implementation of GetCurrentTime()
datafile << std::format("{:%FT%TZ}", tp);
Expand Down

0 comments on commit 1d956f4

Please sign in to comment.