helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

Update date format #185

Closed bkuhl closed 5 years ago

bkuhl commented 5 years ago

Problem

Incorrect date format was used as brought up in https://github.com/helpscout/helpscout-api-php/pull/184. This PR applies that fix to both Customer and Conversation

Solution