Skip to content

Instantly share code, notes, and snippets.

View eXtrem0us's full-sized avatar

Mehdi Hamidi eXtrem0us

View GitHub Profile
@eXtrem0us
eXtrem0us / dateformatchanger.py
Last active March 18, 2017 15:31
This python code is written to be used in very specific and personal manner
#!/usr/bin/python
#
# This Code changes lines like:
# "Mar 14, 2017 1:34 PM",blahblahblah
# to This one:
# "2017-03-14T13:34",blahblahblah
#
monthlist={\
'Jan':'01',\
'Feb':'02',\