DEV Community

Cover image for Python Dateutil Module

Python Dateutil Module

Elijah Jeremiah L. Barba on December 09, 2019

Python has the built-in datetime module which is used for manipulating dates and times from simple to complex ways. While this may be enough for a ...
Collapse
 
mburszley profile image
Maximilian Burszley • Edited

WARNING

Do not use python3-dateutil because of trojans. It is not used in this article, but it's a typo-squatter of python-dateutil.

Collapse
 
ejbarba profile image
Elijah Jeremiah L. Barba • Edited

Whoa didn't know that bit 'til now! Thanks for the heads up! #todayilearned

Collapse
 
kojiadrianojr profile image
JARVUC

It's nice Elijah, cool post by the way!

Collapse
 
ejbarba profile image
Elijah Jeremiah L. Barba

Thanks man! I appreciate it!

Collapse
 
vatsal029 profile image
Vatsal Gala

Quiet informative.
Great stuff Elijah!

Collapse
 
ejbarba profile image
Elijah Jeremiah L. Barba

Thanks Vatsal!

Collapse
 
jaakofalltrade profile image
Jaako

Excellent job Elijah, by the way I think it would be a whole lot shorter if you used f-strings instead of the .format method.

Collapse
 
ejbarba profile image
Elijah Jeremiah L. Barba

Hey Jaako, thanks for that insight!