Skip to content

Commit

Permalink
fix formatting for other cultures
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperk81 authored May 27, 2024
1 parent 173ecb9 commit 4191d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Time.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public int Second
/// <returns>The string time of day.</returns>
public override string ToString()
{
return this.DateTime.ToString("HH:mm:ss");
return this.DateTime.ToString("HH\\:mm\\:ss");
}
}
}

0 comments on commit 4191d3b

Please sign in to comment.