From: Piotr Caban Subject: Re: [PATCH] msvcrt: Implement %u format for strftime Message-Id: Date: Fri, 18 Oct 2019 11:11:56 +0200 In-Reply-To: <20191017210010.1586-1-infyquest@gmail.com> References: <20191017210010.1586-1-infyquest@gmail.com> Hi Vijay, On 10/17/19 11:00 PM, Vijay Kiran Kamuju wrote: > const struct tm epoch = { 0, 0, 0, 1, 0, 70, 4, 0, 0 }; > + const struct tm epoch2 = { 0, 0, 0, 1, 0, 117, 0, 0, 0 }; Please rename the epoch2 variable. Something like tm_010117 or tm1 works for me. Epoch has special meaning: https://en.wikipedia.org/wiki/Epoch_(computing) Thanks, Piotr