This is a small script using Python Pandas that takes a date input and can tell how exactly how long ago the event took place in human readable syntax.
A module for returning a human readable value for a time between two dates. Inspired by whenWasThat() function from BMC Discovery. https://github.com/codefitz/WhenWasThat 0 forks. 1 stars. 0 open issues. Recent commits: 0.1.0-Updated source code directories and function calls.-Release 0.10 publisted to PyPi , Wes Moskal-Fitzpatrick Updated README , Wes Moskal-Fitzpatrick Alpha-0.0.1Functions to calculate the time between 2 dates in microseconds, seconds, minutes, hours, days, weeks, months and years.- "natural" function gives human readable aprroximations. , Wes Moskal-Fitzpatrick Initial commit , Wes Moskal-Fitzpatrick
Related