0

How can i change the current date in python?

When i try to change the date, it tells me that datetime is not writable, does someone know how i can change it?

7th Mar 2017, 6:10 PM
Jose Costa
Jose Costa - avatar
2 Respuestas
27th May 2017, 8:47 PM
Leigh E. O.
Leigh E. O. - avatar
0
The only way is to manipulate the date and time in your computer. As it is said: datetime is not WRITABLE, meaning you can't modify it from Python
7th Mar 2017, 8:28 PM
Amaras A
Amaras A - avatar