class Fastly::Invoice

def start

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