Port: Use portable format string for ISO 8601 dates
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 12 Jan 2017 17:08:26 +0000 (12:08 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 20:58:15 +0000 (16:58 -0400)
commit4d2a94f1e6c2f54b4c686cb00eb1d3abbe8d6db7
treedad51d0d67520f63c6f02bea6b74422681c99ded
parentcbb430e2ae582853538016e3432339d23509a3d0
Port: Use portable format string for ISO 8601 dates

The %F format string to reprensent ISO 8601 dates is specific to C99 and
not available on all platforms, use basic %Y-%m-%d to get the same
result.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/text/pretty/print.c
This page took 0.025072 seconds and 4 git commands to generate.