We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On attempting to convert an event using mapstriface.Time, when the input time is common.Time it fails with exception:
common.Time
Expected date, found common.Time.
Expected date, found common.Time
Ideally we should be able to handle both time.Time and common.Time
time.Time