class Fastly::Invoice

def end

Get the end time of this invoice as a DateTime object in UTC
def end
  DateTime.parse(end_time).new_offset(0)
end