Hi,

I´m using sonata_type_datetime_picker in Admin Sonata:

* $formMapper->add('start_date', 'sonata_type_datetime_picker', array(*
*            'label' => 'Data de Inicio',*
*            'format' => 'dd/MM/y HH:mm'*
*        ));*

When I saved this is datas, the system is stored the time as 3 hours more. 
For example: the user input *8:00 AM* and the system store *11:00 AM*. But 
if I make this change:

* $formMapper->add('start_date', 'datetime', array(*
*            'label' => 'Data de Inicio',*
*            'format' => 'dd/MM/y HH:mm'*
*        ));* 

The system save correcty. What could be happening, please?


Thanks,
Aline.

-- 
You received this message because you are subscribed to the Google Groups 
"sonata-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sonata-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to