Action unknown: indexdoindex

Python dateutil

since 2015-02-13

https://labix.org/python-dateutil

$ sudo pip install python-dateutil==1.5
Password:
Requirement already satisfied (use --upgrade to upgrade): python-dateutil==1.5 in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python

$ python
Python 2.7.9 (default, Dec 14 2014, 10:02:06) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from dateutil.parser import *
>>> from dateutil.tz import *
>>> from datetime import *
>>> parse("2015-02-12T12:34:56.999Z")
datetime.datetime(2015, 2, 12, 12, 34, 56, 999000, tzinfo=tzutc())
python_dateutil.txt · 最終更新: 2015/02/13 18:53 by Takuya Nishimoto
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0