Skip to content

Instantly share code, notes, and snippets.

View SamuelePilleri's full-sized avatar

Samuele Pilleri SamuelePilleri

View GitHub Profile
@SamuelePilleri
SamuelePilleri / asctime2dfdatetime.py
Last active November 19, 2018 10:48
Convert an asctime datetime format to a dfdatetime string format
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
examples = [
'Wed, 07 Feb 2018 09:26:19 +0000 (UTC)',
'Sat, 08 Sep 2018 18:56:22',
'Tue, 06 Mar 2018 11:20:03 +0000',
'11 Sep 2017 20:51:44 +0100',