Hello,
2015-11-17 12:23 GMT+01:00 Derick Rethans :
> On Tue, 17 Nov 2015, Martin Keckeis wrote:
>
> > Hello together,
> >
> > i just noticed that the date + timezone switching changed a lot last
> time?
> >
> > tl;dr https://3v4l.org/pSplY
> >
> > When taking a old datetime:
> > $date = \DateTime
On Tue, 17 Nov 2015, Martin Keckeis wrote:
> Hello together,
>
> i just noticed that the date + timezone switching changed a lot last time?
>
> tl;dr https://3v4l.org/pSplY
>
> When taking a old datetime:
> $date = \DateTime::createFromFormat('d.m.Y H:i:s', '01.01.1900 00:00:00',
> new \DateTim
Hello together,
i just noticed that the date + timezone switching changed a lot last time?
tl;dr https://3v4l.org/pSplY
When taking a old datetime:
$date = \DateTime::createFromFormat('d.m.Y H:i:s', '01.01.1900 00:00:00',
new \DateTimeZone('Europe/Berlin'));
and switching between the given time