2018-03-24, 23:32
I done multiple tests, it works with some date but not with some others
I tried to hardcode with 2018-03-25 02:00:00 giving the following tupple : (2018, 3, 25, 2, 0, 0, 6, 84, -1)
On my PC this line is working, but not in the box, maybe relative to python's version ?
Kodi : 17.6
Android : 6.0.1
I tried to hardcode with 2018-03-25 02:00:00 giving the following tupple : (2018, 3, 25, 2, 0, 0, 6, 84, -1)
Code:
time.mktime((2018, 3, 25, 2, 0, 0, 6, 84, -1))
On my PC this line is working, but not in the box, maybe relative to python's version ?
Code:
Error Contents: mktime argument out of range
Kodi : 17.6
Android : 6.0.1