summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
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;