Python/Datetime: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Parse =
= Parse =
{| class="wikitable"
{| class="wikitable"
! ||
! TODO || Code
|-
|-
| ||
| Parse RFC Time || <source lang="python3">datetime.strptime(s, '%a, %d %b %Y %H:%M:%S GMT')</source>
|}
|}



Revision as of 07:57, 18 May 2018

Parse

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

Format

Manipulate