Top "Python-dateutil" questions

The dateutil module provides powerful extensions to the standard datetime module, available as an extension module which is compatible with Python 2.3+.

Python datetime strptime() and strftime(): how to preserve the timezone information

See the following code: import datetime import pytz fmt = '%Y-%m-%d %H:%M:%S %Z' d = datetime.datetime.…

python datetime python-datetime python-dateutil
python 2.7: cannot pip on windows "bash: pip: command not found"

I am trying to install the SciPy stack located at https://scipy.org/stackspec.html [I am only allowed 2 links; …

python bash numpy matplotlib python-dateutil
How to install python-dateutil on Windows?

I'm trying to convert some date/times to UTC, which I thought would be dead simple in Python - batteries …

python installation python-dateutil
How to install the Six module in Python2.7

I am using Python 2.7 and trying to use dateutil as follows: from dateutil import parser as _date_parser However, I …

python shared-libraries python-dateutil six
ImportError: matplotlib requires dateutil

I have successfully installed matplotlib with python 2.6 on x64 Windows7. When I try to import matplotlib, it shows the following …

python matplotlib python-dateutil
Installing python dateutil

I tried to install python dateutil for my django tastypie but unsuccessful, http://labix.org/python-dateutil#head-2f49784d6b27…

python django python-dateutil
What is the replacement for dateutil.parser in python3?

Python 2.x has a great function called dateutil.parser which turns an ISO8601 formatted date into a python datetime value. …

python-3.x python-dateutil
Python cannot find dateutil.relativedelta

I am trying to run a program using paster serve, but I keep getting the error: ImportError: No module named …

python installation yum python-dateutil
Python newbie - PIP / invalid syntax error

Ok, totally newbie to programming and python. Running Windows 7, python 2.7 x64. I am trying in install dateutil package using pip. …

python python-2.7 pip python-dateutil
Upgrade the Python package dateutil: Could not find a version

I tried to upgrade dateutil from 2.5.3 to the newest version 2.6.0 with pip install dateutil --upgrade, but got the issue Could …

python pip upgrade macos-sierra python-dateutil