Essential Studio for PHP Release Notes

v16.1.0.32
March 29,2018

Schedule

Breaking changes

  • Revamped the timezone functionality to update the appointments in DB with zero UTC and also to fetch and render the appointments in proper duration. Regarding this, the existing users need to make two specific changes from their application end –
    a. Explicitly converting the start and end time of appointments to universal time before updating to database.
    b. Also, converting start and end time to local time during appointments fetch up from database and assigning to Schedule dataSource.