Description
A Haskell support library that provides Hashable instances for Data.Time types. It lets time values be used conveniently as keys in hash-based collections.
Developers use it when maps, sets, caches, or indexes need efficient lookup by dates or timestamps. Timezone and precision choices should be clear before hashed time values are used as identifiers.