class TZInfo::AbsoluteDayOfYearTransitionRule

def is_always_first_day_of_year?

Returns:
  • (Boolean) - `true` if the day specified by this transition is the
def is_always_first_day_of_year?
  seconds == 0
end