selftest: Account for 0-based months in date parsing and printing.
authorAndrew Kroeger <andrew@id10ts.net>
Fri, 4 Sep 2009 21:42:28 +0000 (16:42 -0500)
committerAndrew Tridgell <tridge@samba.org>
Sat, 5 Sep 2009 00:06:29 +0000 (10:06 +1000)
commit5afa115f2ad150563fdf8ba978e5f165d75eba4b
treef96079bd0243a4a2d6f4bd75b2366d5dac03515c
parentab6e82910af87ca4c4572d973fb657c4004b443b
selftest: Account for 0-based months in date parsing and printing.

All:

Please find attached 2 patches to correct date/time parsing and output
in the Subunit processing.  The first patch corrects the logic to
account for months being 0-based.  The second corrects the time
formatting, as it is dealing with local, not "Z"ulu (UTC) time.

Sincerely,
Andrew Kroeger

>From 3cf81eea1309084a973359c7f6a2375d5d20a3f0 Mon Sep 17 00:00:00 2001
From: Andrew Kroeger <andrew@id10ts.net>
Date: Fri, 4 Sep 2009 01:24:00 -0500
Subject: [PATCH] selftest: Account for 0-based months in date parsing and printing.
selftest/Subunit.pm