This removes the needs for a TimeAndSpace and greatly simplifies the implementation.
Upgrade instructions:
- Rename
AnyTime
toTime
. - Replace
->as*
to the new->as(TimeUnit)
method - Replace
->from()
to use the newfrom()
method
If you were using the TimeAndSpace implementation, create your own implementation of TimeUnit
and make sure it is loaded before this library.