You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python module for returning a human readable value for the time between two specified datetime objects. Inspired by whenWasThat() function from BMC Discovery.
Properties
Property
Details
microseconds
Output the total number of microseconds between two datetime objects
seconds
Output the total number of seconds between two datetime objects
minutes
Output the total number of minutes between two datetime objects
hours
Output the total number of hours between two datetime objects
days
Output the total number of days between two datetime objects
weeks
Output the total number of weeks between two datetime objects
months
Output the total number of months between two datetime objects
years
Output the total number of years between two datetime objects
natural
Output an approximate number of seconds, minutes, hours, days, weeks, months or years between two datetime objects