Feature summary (what you would like to be able to do and where): I want to be able to compare two times that are the same "number of seconds" but in different times.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
For example, if I have a time that's 12 AM in UTC, but 1 AM in UTC+1, I might want to know if the number of seconds are the same. The parent task has an internal method that would be helpful, but it's not exposed for __eq__() and __ne__().
Benefits (why should this be implemented?): Those two times mentioned above would occur in the same instant in time, so knowing if they are the same instant has it's uses.