# Functions
After returns true if the normalized version of a is strictly after the normalized version of b.
AfterOrEqual returns true if the normalized version of a is after or equal to the normalized version of b.
AssertTimeEqual compares two time values using timecmp.Equal and fails the test if not equal.
Before returns true if the normalized version of a is strictly before the normalized version of b.
BeforeOrEqual returns true if the normalized version of a is before or equal to the normalized version of b.
Equal returns true of the normalized versions of a and b are equal.
RequireTimeEqual compares two time values using timecmp.Equal and fails the test immediately if not equal.