Fix virt-top --end-time option when TZ<>UTC (RHBZ#637964).
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 6 Jan 2011 11:22:44 +0000 (11:22 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 6 Jan 2011 11:22:44 +0000 (11:22 +0000)
commit549a8eb860afd3ca7bec74c0a955b35855df0a5b
tree34ce0503ce2b3fcd2a867b8bceb99e8137f368cb
parent056e06612a30ce12146966c2b75f73b39149cbf7
Fix virt-top --end-time option when TZ<>UTC (RHBZ#637964).

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.
virt-top/virt_top_calendar1.ml
virt-top/virt_top_calendar2.ml