Forum Discussion
Harikrish
6 years agoNew Contributor
Hi kmiesse,
Was an solution provided to this? I am still facing the issue while trying to filter a key whose value is null
- akidave8 years agoEmployee
dateutil is not part of the python standard library, so it cannot be called from the Script.
Do something like
from datetime import datetime INCR_LOAD_START_TIME = "2017-08-27T00:00:00" start = datetime.strptime(INCR_LOAD_START_TIME, "%Y-%m-%dT%H:%M:%S")
Look at python - string to datetime with fractional seconds, on Google App Engine - Stack Overflow if you want to handle the milliseconds
Related Content
- 4 months ago
- 6 years ago
- 3 years ago
- 3 years ago