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?
2 Respuestas
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