[PATCH] msvcrt: Implement %u format for strftime

Piotr Caban piotr.caban at gmail.com
Fri Oct 18 04:11:56 CDT 2019


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



More information about the wine-devel mailing list