Skip to content

Timestamps

Ben Sherred edited this page Dec 8, 2019 · 2 revisions

Introduction

You may have noticed that some getters return an instance of Carbon. If the API returns a DateTime, we convert this to an instance of Carbon so it's easier to use within your application.

If you've never used Carbon, don't worry it's super easy to use.

Carbon

Carbon is a simple PHP API extension for DateTime, you can find out more information about Carbon by visiting the following link https://carbon.nesbot.com.