[Bug 231705] pom(6) incorrect output

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 20 00:07:29 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231705

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: tmunro
Date: Tue Nov 20 00:06:53 UTC 2018
New revision: 340655
URL: https://svnweb.freebsd.org/changeset/base/340655

Log:
  pom: Fix fencepost bugs.

  Under some conditions pom would report "waning" and then "full", show
  higher percentages than it should, and get confused by DST.  Fix.

  Before:

    2018.01.30: The Moon is Waxing Gibbous (97% of Full)
    2018.01.31: The Moon is Waning Gibbous (100% of Full)
    2018.02.01: The Moon is Full
    2018.02.02: The Moon is Waning Gibbous (98% of Full)

  After:

    2018.01.30: The Moon is Waxing Gibbous (96% of Full)
    2018.01.31: The Moon is Waxing Gibbous (99% of Full)
    2018.02.01: The Moon is Full
    2018.02.02: The Moon is Waning Gibbous (97% of Full)

  PR:                    231705
  Submitted by:          Andrew Gierth
  Approved by:           allanjude (mentor)
  MFC after:             2 weeks
  Differential Revision:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231705

Changes:
  head/usr.bin/pom/pom.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list