class Playbook::PbKit::PbDateTime

def to_hour

def to_hour
  @value.strftime("%l")
end