Hello, John!
 
20.07.2016, 18:34, "John Benediktsson" <mrj...@gmail.com>:
If all you want is to normalize to days, then something like this would work:
 
: normalize-to-days ( duration -- duration )
    [ 60 /mod ] change-second
    [ + 60 /mod ] change-minute
    [ + 24 /mod ] change-hour
    [ + ] change-day ;
 
  Perfect! Could you add this to the calendar vocab, please?
 
---=====---
Александр
 
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to