summaryrefslogtreecommitdiffstats
path: root/virt-top/virt_top_calendar2.ml
Commit message (Collapse)AuthorAgeFilesLines
* Fix --end-time option with absolute times.Richard W.M. Jones2011-03-081-8/+18
| | | | | | | | | Assume the user enters a local time, and convert it to UTC. This also adds some clarifying comments to the relative time code (but doesn't change that code). Note that the obsolete Calendar1 code is *not* updated by this change.
* Fix virt-top --end-time option when TZ<>UTC (RHBZ#637964).Richard W.M. Jones2011-01-061-2/+5
| | | | | | | | | | | | Return the end time as seconds since 1970, and don't adjust it for timezone. In the main module the end time is compared against the result of Unix.gettimeofday, which is also seconds since 1970, so the comparison now works. Tested with TZ=UTC-05, TZ=UTC and TZ=UTC+05. NB: This has not been tested against ocaml-calendar 1.x, although that version of calendar is obsolete and no one should be using it.
* HACKING file, update (C) messages.Richard Jones2009-10-061-1/+1
|
* Internationalize virt-top.Richard W.M. Jones2008-03-281-1/+3
|
* Support for calendar >= 2.0rjones@thinkpad.home.annexia.org2008-02-121-0/+53