use Data.Time instead of Data.DateTime

The latter has shady rounding. The new module is a bit harder to use, but
worth it, it adds subsecond timestamps too.
This commit is contained in:
Joey Hess 2010-10-10 22:20:52 -04:00
parent dc5e8853f3
commit c5d7ca0a5a
3 changed files with 35 additions and 28 deletions

View file

@ -11,6 +11,7 @@ import Locations
import Types
import Backend
import BackendList
import LocationLog
{- On startup, examine the git repo, prepare it, and record state for
- later. -}