Fix documentation of zip_file_set_dostime.

Reported by Taylor C. Richberger.

Closes #206.
diff --git a/THANKS b/THANKS
index 4b66972..4699063 100644
--- a/THANKS
+++ b/THANKS
@@ -95,6 +95,7 @@
 Stephen Bryant <steve@bawue.de>
 Tabata Shintaro <tabata.shintaro@gmail.com>
 Tarmo Pikaro <tapika@yahoo.com>
+Taylor C. Richberger
 TC
 Tim Lunn <Tim@feathertop.org>
 Timo Warns <warns@pre-sense.de>
diff --git a/man/zip_file_set_mtime.mdoc b/man/zip_file_set_mtime.mdoc
index e024e24..f47c6b1 100644
--- a/man/zip_file_set_mtime.mdoc
+++ b/man/zip_file_set_mtime.mdoc
@@ -29,7 +29,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 7, 2020
+.Dd August 24, 2020
 .Dt ZIP_FILE_SET_MTIME 3
 .Os
 .Sh NAME
@@ -63,22 +63,22 @@
 The values of the time bytes are defined as follows:
 .Bl -tag -width 5n -offset indent
 .It 0-4
-day of the month (1-31)
-.It 5-8
-month (January = 1, February = 2, ...)
-.It 9-15
-year offset from 1980 (1980 = 0, 1981 = 1, ...)
-.El
-.Pp
-The values of the date bytes are defined as follows:
-.Bl -tag -width 5n -offset indent
-.It 0-4
 seconds divided by two (1-2 = 1, 3-4 = 2, ...)
 .It 5-10
 minute (0-59)
 .It 11-15
 hour (0-23)
 .El
+.Pp
+The values of the date bytes are defined as follows:
+.Bl -tag -width 5n -offset indent
+.It 0-4
+day of the month (1-31)
+.It 5-8
+month (January = 1, February = 2, ...)
+.It 9-15
+year offset from 1980 (1980 = 0, 1981 = 1, ...)
+.El
 .Sh RETURN VALUES
 Upon successful completion 0 is returned.
 Otherwise, \-1 is returned and the error information in