class Playbook::PbKit::PbDateTime

def to_year

def to_year
  @value.strftime("%Y")
end