﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9586	Autosave problem when server is not using GMT time	Denis-de-Bernardy		"The autosave uses the following as $now and $then:

{{{
$now = time();
$then = strtotime($post->post_date_gmt . ' +0000');
}}}

So, the second is GMT but not necessarily the first. Shouldn't it be strtotime(gmdate(""Y-m-d H:i:s"")) instead?"	defect (bug)	closed	normal		Date/Time	2.8	normal	invalid	has-patch dev-feedback	
