Base: fix a possible naming clash with 'timezone' with Py3.6 on Windows
This commit is contained in:
@@ -101,10 +101,7 @@ float TimeInfo::diffTimeF(const TimeInfo &timeStart,const TimeInfo &timeEnd )
|
||||
TimeInfo TimeInfo::null()
|
||||
{
|
||||
TimeInfo ti;
|
||||
ti.timebuffer.time = 0;
|
||||
ti.timebuffer.millitm = 0;
|
||||
ti.timebuffer.timezone = 0;
|
||||
ti.timebuffer.dstflag = 0;
|
||||
ti.timebuffer = {};
|
||||
return ti;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user