# File temp/Graph/Schedule.rb, line 184 def get_x_labels rv = get_x_values.collect { |v| Time.at(v).strftime( x_label_format ) } end