Exemple #1
0
 def new_moon_on_or_after(cls, fixed_date):
     """Return fixed date (Beijing) of first new moon on or after
     fixed date, 'fixed_date'."""
     tee = Lunar.new_moon_at_or_after(cls.midnight(fixed_date))
     return ifloor(cls.chinese_location(tee).standard_from_universal(tee))