Python/Datetime: Difference between revisions
< Python
Jump to navigation
Jump to search
No edit summary |
(→Parse) |
||
| 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')
|