$_netCommonsTime
$_netCommonsTime : \NetCommonsTime
Class NetCommonsTimeComponent
NetCommonsFormHelper::input()で、typeをdatetimeに指定された項目の値を サーバータイムゾーン(UTC)に変換します。
<?php
    echo $this->NetCommonsForm->input(
        'publish_start',
        array('type' => 'datetime')
    );
?>$_netCommonsTime : \NetCommonsTime