Re: [PATCH] Extend time parsing to before 1970

2016-04-28 Thread Thiago Macieira
On quinta-feira, 28 de abril de 2016 16:17:15 PDT Linus Torvalds wrote: > That's very odd. It's *especially* odd since I'm doing this on x86-64, > which natively has a 64-bit signed time_t, and all the normal date > handling functions should just work fine. But Qt seems to have explicitly > screwed

[PATCH] Extend time parsing to before 1970

2016-04-28 Thread Linus Torvalds
From: Linus Torvalds Date: Thu, 28 Apr 2016 15:13:30 -0700 Subject: [PATCH] Extend time parsing to before 1970 It turns out that we are starting to have users that have logs that go back that far. It won't be common, but let's get it right anyway. NOTE! With us now supporting dates