UTC DateTime column type
The utcdatetime
column type forces the DateTime instance to be stored in UTC timezone.
Use like:
* @ORM\Column(type="utcdatetime")
The utcdatetime
column type forces the DateTime instance to be stored in UTC timezone.
Use like:
* @ORM\Column(type="utcdatetime")