Python/Datetime: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 10: Line 10:
|}
|}


= Format =
= Formatting =
{| class="wikitable"
{| class="wikitable"
! ||
! ||

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')

Formatting

Manipulate