class Playbook::PbTimestamp::Timestamp

def format_updated_string

def format_updated_string
  user_string = show_user ? " by #{text}" : ""
  datetime_string = " on #{format_date_string} at #{format_time_string}"
  "Last updated#{user_string}#{datetime_string}"
end