You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to create a datetime.datetime.now() + timedelta(minutes=30)
and put this inside a json file
2018-10-25 12:13:53.99943
but then when i pull it out from json its no longer an object but a string, please help me how do i make it useable again .-.
and when i have it i define it as endtime and every time a function gets triggered it checks how much till you reached endtime and if you have already reached it it would say Ready!
The text was updated successfully, but these errors were encountered:
I wanted to create a datetime.datetime.now() + timedelta(minutes=30)
and put this inside a json file
2018-10-25 12:13:53.99943
but then when i pull it out from json its no longer an object but a string, please help me how do i make it useable again .-.
and when i have it i define it as
endtime
and every time a function gets triggered it checks how much till you reachedendtime
and if you have already reached it it would say Ready!The text was updated successfully, but these errors were encountered: