Commit 96ef1fb
authored
Updated the maxtime for running in windows
In windows , if the year parameter of the datetime.datetime class is greater than 3001 , it returns OSError: [Errno 22] Invalid argument for Windows 10 operating system. It works fine in Linux. It could be a bug in the python. Setting the year value for max_time to 3001 will fix this error for windows.1 parent 6c0c157 commit 96ef1fb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments