diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc index ea014bc7..26fe1b5e 100644 --- a/src/util.cc +++ b/src/util.cc @@ -298,7 +298,7 @@ string libdcp::tm_to_string (struct tm* tm) { char buffer[64]; - strftime (buffer, 64, "%Y-%m-%dT%I:%M:%S", tm); + strftime (buffer, 64, "%Y-%m-%dT%H:%M:%S", tm); int offset = 0; |
