haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 18 forks source link

fix issue dpp-105; NominalDiffTime to TimeInterval conversion #81

Closed jeremyjh closed 10 years ago

jeremyjh commented 10 years ago

NominalDiffTime converts in terms of seconds, so we need to multiply by 1,000,000 before rounding to convert to microseconds.

hyperthunk commented 10 years ago

Thanks @jeremyjh - will try and get to this today if I can. I need to merge + build it locally and run the tests, since CI is not exactly reliable.