gerbenjacobs / HabboAPI

A PHP wrapper for the (undocumented) Habbo API
MIT License
44 stars 10 forks source link

Add Carbon support for all datetime values #16

Closed gerbenjacobs closed 8 years ago

gerbenjacobs commented 8 years ago

Now that we are about to add Photos to the API, which uses a timestamp for their data and we have several other formats floating around the HabboAPI, perhaps we should use Carbon (https://github.com/briannesbitt/Carbon) to create, in essence, Time entities.

DavydeVries commented 8 years ago

Do it! It's so much better if the user/developer can make a decision about time/date format.