]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pom: Fix fencepost bugs.
authortmunro <tmunro@FreeBSD.org>
Tue, 20 Nov 2018 00:06:53 +0000 (00:06 +0000)
committertmunro <tmunro@FreeBSD.org>
Tue, 20 Nov 2018 00:06:53 +0000 (00:06 +0000)
commit6994b7c4fd9ac7224199d7850b25db7b948b53e8
treeaf0ee938fde5e4d96077cecf6a3ba887e348b0d4
parent45b15c02f0d630e4f638fa7171db06a165d5551c
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
usr.bin/pom/pom.c