Python/Datetime: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 1: Line 1:
= Parse =
= Parsing =
{| class="wikitable"
{| class="wikitable"
! TODO || Code
! TODO || Code

Revision as of 08:00, 18 May 2018

Parsing

TODO Code
Parse RFC Time
import datetime
datetime.datetime.strptime(s, '%a, %d %b %Y %H:%M:%S GMT')

Format

Manipulate