Hi!
> echo date_create('@1361240634')->format('Y-m-d');
> // output: 2013-02-19
>
> echo date('Y-m-d',1361240634);
> // output: 2013-02-18timestamp dates are created with UTC TZ, date() assumes your configured TZ. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
