18 Oct
2019
18 Oct
'19
9:11 a.m.
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